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.

About Andrew Lin

Hi, I have always wanted to creat a blog site but never had the time. I have been working in Information Technology for over 15 years. I specialize mainly in networks and server technologies and dabble a little with the programming aspects. Andrew Lin

View all posts by Andrew Lin →