WordPress.org

Forums

Want to post dates from Weaver 2.0 theme (1 post)

  1. hankasawat
    Member
    Posted 2 years ago #

    I want to remove the post dates from all pages and posts on my Weaver 2.0 theme. What is the easiest way to do this?

    I copy and pasted what another person on this forum wrote. Is this still the best way to do it? And where do I find the page.php file for my theme???

    Thanks in advance

    -------------------------------------

    Just remove author details from the below mentioned code from page.php file of current active theme:

    <?php the_time('F jS, Y') ?>Author: <?php the_author() ?>

    That’s it, now that was not that hard was it?

    you can find that code on line 13 in your page.php file The first line of code <?php the_time('F jS, Y') ?> is your date and the second line Author: <?php the_author() ?> that is the Author part Delete both save your page.php re-upload it and you are done go to your page http://ccuconsulting.com and you will see that you no longer have date or Author showing up on your pages. Now it looks a bit more like a regular web site.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.