<?php

/**
 * Template part for displaying portfolio entry excerpt.
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package Learning_Institute
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
$excerpt_length = 25;
?>


<div class="portfolio-entry-excerpt">
	<?php 
wpsp_excerpt(array('length' => $excerpt_length, 'readmore' => true));
?>
</div><!-- .entry-excerpt -->
Exemplo n.º 2
0
" <?php 
            post_class(array('wpsp-row', 'clearfix', 'entry-blog-article'));
            ?>
>
							<?php 
            get_template_part('template-parts/blog/blog-entry-media');
            ?>
							<?php 
            get_template_part('template-parts/blog/blog-entry-title');
            ?>
							<?php 
            get_template_part('template-parts/blog/blog-entry-meta');
            ?>
							<div class="blog-entry-excerpt">
								<?php 
            wpsp_excerpt(array('length' => 20, 'readmore' => false));
            ?>
							</div>
							</article>
						<?php 
        }
        ?>
					<?php 
    }
    wp_reset_postdata();
    ?>
				</div> <!-- .col .span_2_of_3 -->
				<div id="home-sidebar" class="col span_1_of_3">
					<?php 
    if (is_active_sidebar('home-sidebar')) {
        dynamic_sidebar('home-sidebar');