예제 #1
0
        the_ID();
        ?>
" <?php 
        post_class();
        ?>
>
                    <div class="row">
                        <div class="span12">                         
                            
							<?php 
        get_template_part('templates/post-templates/single-head', get_post_format());
        ?>
 
							<div class="entry-content">
								<?php 
        echo wpgrade_better_excerpt(get_the_content());
        ?>
							</div><!-- .entry-content -->
							
                        </div>
                    </div>
                </article><!-- #post-<?php 
        the_ID();
        ?>
 -->

            <?php 
    }
    ?>
            <?php 
    wp_reset_postdata();
예제 #2
0
?>

<article <?php 
post_class('article  article--archive ' . $post_class_thumb);
?>
>
    <?php 
get_template_part('templates/post/loop-content/featured-classic/image');
?>
	<div class="article__body">
		<?php 
get_template_part('templates/post/loop-content/header-classic');
?>
		<section class="article__content">
			<?php 
echo wpgrade_better_excerpt();
?>
		</section>
		<?php 
$read_more = wpgrade::option('blog_read_more_text');
if (!empty($read_more)) {
    ?>
			<a href="<?php 
    the_permalink();
    ?>
" class="read-more-button"><?php 
    echo $read_more;
    ?>
</a>
		<?php 
}