I found this but want to make sure it is current:
Hi All,
I have seen quite a bit of questions come in about how to remove the author and date from pages in a WordPress Blog, it really is quite simple here is how you do it.
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.
[signature redacted]
When i went inside a php file at Weaver ii it had a big warning to not touch and something about a child theme?????????? I don’t want to mess up my site since I am new to this.