• I wish to remove the date that appears beside the title ONLY in pages.

    I already have this settled for the posts, with the Date Exclusion SEO plugin that only hides the date in single post pages.

    Now, I would like to achieve this same effect in the pages (e.g. About) while still having the date show on the main page.

    Is this by any chance possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You will need to edit your page.php file in the theme and remove the date/time. It could be called in different ways, but look for something like this:

    <?php the_time(get_option('date_format').', '.get_option('time_format')) ?>

    or maybe something like this:

    <?php the_time('F jS, Y') ?>

    and either delete it or comment it out.

    Thread Starter yauhui

    (@yauhui)

    I don’t have a page.php in my theme.

    There’s only header.php, index.php, sidebar.php, comments.php, footer.php and style.css.

    I’m using the Treba theme btw.

    Does this work for version 1.6? I’ve tried changing archive.php and single.php and it does not seem to be removing the date on the posts.

    Thanks figaro, your solution worked for me. Your post showed up in Google search results.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove date ONLY in pages’ is closed to new replies.