How to remove the time stamp in WordPress?

How to remove the time stamp in WordPress? Well, that depends on the theme you are using. The most common answer is to remove this code from page.php or which ever file you find this code in. I would just remark it out by inserting /* before and */ after the code.

If you want to remove the date then remark out this code.

In my case I remarked the following code:

/*.get_the_time(get_option(‘time_format’)).”h.”*/

The files that conains this code are index.php, single.php and archive.php.

1 comment for “How to remove the time stamp in WordPress?

Comments are closed.