Relocate the date
-
I changed the date of place, instead of appearing below the thumbnails of the inputs, appears below the title, problem ?, which only change has been made in the home, and I want it done on every page.
I’ve been thinking and perhaps this influence this:
https://wordpress.org/support/topic/standat-blog-list-from-page-2?replies=11
<?php if ( have_posts() ) : ?> <!-- if we're on a mobile device, or if we're on the main home page, don't use Standard Blog List --> <?php $use_std_blog_list = true; if ( wp_is_mobile() || ( is_home() && ! is_paged() ) ) { $use_std_blog_list = false; } ?> <?php if ( ot_get_option('blog-standard') == 'on' && $use_std_blog_list ): ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Relocate the date’ is closed to new replies.
