Everytime I post a new blog in ComputersPh.com website, the author name, date and time always appear on my post.
I did not want that because I am the only person who creates and post new articles on my blog so the visitors should be able to figure out who the author is.
To remove the author or time and date from your blog, look for these codes:
<?php the_author() ?>
or this:
<?php the_date(); ?>
or this:
<?php the_time(); ?>
Depending on your choice of WordPress theme, you should look for these codes at any of these files (make sure you check all of theseĀ files for the mentioned codes above):
index.php
archive.php
category.php
single.php
page.php, etc…
The easiest way to edit these files is to log-on to your WordPress blog then go to Appearance -> Editor then click the files under the Theme Files column at the right hand side of your editor.
Another option is to download these files through FTP using FileZilla Client and edit them on your desktop then upload the files back to your website.
Below are articles that may interest you: