• Resolved OB

    (@reburton3941)


    Hi,
    I want to have the author and date on my blog posts but only have the author, no date. I tried looking in the codex but only found php code fixes. I am not comfortable with php. Is there a css fix?

Viewing 4 replies - 1 through 4 (of 4 total)
  • There is no css fix since displaying the post metadata is typically not a matter of styling.

    Displaying the date could be as easy as adding something like this to a file:

    <?php the_time('l, F jS, Y') ?>

    Don’t be scared of php! It’s your friend.

    What theme are you using?

    Some themes provide the ability to add/remove metadata (author, date) from posts.

    If you are using a Genesis them from StudioPress for example, they make it real easy to adjust.

    Thread Starter OB

    (@reburton3941)

    Hi,
    Thanks for responding so quickly! I am using the Aspen theme and I have looked for days for something on the Aspen Admin. If it’s there I can’t find it. I looked on the Aspen/Weaver site but I couldn’t find anything there either. My URL is https://www.bestmenswatchesreviews.com

    Concerning the php code, What file do I add the code to? And where do I add it?

    Hi…

    I went to the the support forums for the aspen theme and found this thread:

    https://forum.weavertheme.com/discussion/9145/my-date-is-not-appearing-in-my-posts

    Sounds exactly like what you are looking to accomplish. Recommend you talk to them directly about this issue since they wrote the theme. They are going to be best able to assist.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My posts don't show a date.’ is closed to new replies.