How to hide a Post’s Date
-
I’m trying to hide the date of the post on the site (as seen by viewers).
I opened the page_blog.php file and deleted the following:
<div class=”date”>
<p><?php the_time(‘F j, Y’); ?></p>
</div>
This didn’t change how the post was viewed. It still contained the posting date. Am I looking in the wrong file? Where else should I be looking for this code?Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to hide a Post’s Date’ is closed to new replies.