Forums
Home / Theme: Themify Base / move post date under post title
(@kroghen)
10 years, 2 months ago
is this possible?
Other post doesn’t share answer
Found the answer
Edit done in loops.php Time datetime is moved below post title item
<?php themify_base_before_post_title(); // Hook ?> <h1 class=”post-title”> ” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?> </h1> <?php themify_base_after_post_title(); // Hook ?>
<time datetime=”<?php the_time(‘o-m-d’) ?>” class=”post-date”><?php the_time(apply_filters(‘themify_loop_date’, ‘M j, Y’)) ?></time>