fixed date toggle on right
This commit is contained in:
@@ -97,7 +97,7 @@ get_header();
|
|||||||
<?php
|
<?php
|
||||||
$get_theme_date_opt = get_theme_mod( 'article_shows_date' );
|
$get_theme_date_opt = get_theme_mod( 'article_shows_date' );
|
||||||
if ($get_theme_date_opt) {
|
if ($get_theme_date_opt) {
|
||||||
<div class="post-meta"><?php echo esc_attr( $next_post->post_date ); ?></div><?php } ?>
|
?><div class="post-meta"><?php echo esc_attr( $next_post->post_date ); ?></div><?php } ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user