• hankasawat

    (@hankasawat)


    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 https://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.

  • The topic ‘Want to post dates from Weaver 2.0 theme’ is closed to new replies.