push changes, and removed comments
This commit is contained in:
@ -20,7 +20,7 @@ if ( has_post_thumbnail() ) {
|
||||
echo '<div class="thumb-cat-wrap">';
|
||||
sophia_after_dark_post_thumbnail();
|
||||
sophia_after_dark_article_categories_list();
|
||||
echo '</div><!-- .thumb-cat-wrap -->';
|
||||
echo '</div>';
|
||||
if ( 'post' === get_post_type() ) {
|
||||
?>
|
||||
<div class="entry-cat">
|
||||
@ -28,12 +28,12 @@ if ( has_post_thumbnail() ) {
|
||||
sophia_after_dark_posted_on();
|
||||
sophia_after_dark_posted_by();
|
||||
?>
|
||||
</div><!-- .entry-meta -->
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<header class="entry-header">
|
||||
<?php the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?>
|
||||
</header><!-- .entry-header -->
|
||||
</header>
|
||||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
@ -54,9 +54,9 @@ if ( has_post_thumbnail() ) {
|
||||
) );
|
||||
}
|
||||
?>
|
||||
</div><!-- .entry-content -->
|
||||
</div>
|
||||
|
||||
<footer class="entry-footer">
|
||||
<?php sophia_after_dark_entry_footer(); ?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</article><!-- #post-<?php the_ID(); ?> -->
|
||||
</footer>
|
||||
</article>
|
Reference in New Issue
Block a user