Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Themonic

    (@themonic)

    Hi DJ,
    To display meta( author and date ) on category pages:

    Open content.php

    go to line 25
    <?php if ( is_single() ) : //for date on single page ?>
    Replace the above line with
    <?php if ( is_single() || is_category() ) : //for date on single page ?>

    Let me know if it works.

    Thread Starter digitaldjinfo

    (@digitaldjinfo)

    Yes sir, it worked perfect! Thank you for your help. Great theme by the way !

    How can I do exactly this not only for single posts, but for all the posts from home page??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add date to posts’ is closed to new replies.