Viewing 1 replies (of 1 total)
  • Thread Starter Kroghen

    (@kroghen)

    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>

Viewing 1 replies (of 1 total)
  • The topic ‘move post date under post title’ is closed to new replies.