Forums

removing the date and time stamp on a post (2 posts)

  1. carolw
    Member
    Posted 1 year ago #

    Help! I am trying to create a site that doesn't use the date and time stamp on a post. I just want it to look like verbiage and pics. I can see the encoding when I right click on the page but I don't see where to change this within wordpress. Is it possible?

    Thanks!

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    yup...depends on your theme. Do you want it gone for all posts and pages?

    posts-index.php
    single post-single.php
    pages-page.php

    also other templates could be using it (archive.php, etc)

    Or, like the twentyten theme, loop.php

    you are looking for, either a call to the_date and the_time, or more likely 2 calls to the_time
    like:
    <?php the_time('blah'); ?> just delete it!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.