• Resolved awutka

    (@awutka)


    I am using version 2.7

    I cannot figure out how to remove the date stamp at the top of all my pages. I am not using my site as a blog, but rather a site with only static pages. It doesn’t make sense to be displaying the current date at the top.

    When I create a new page, WordPress automatically adds the current date display at the top of each page. I cannot find any .php file that is doing this on me. Where should I be looking for this code?

    Tony

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you were using the WordPress Default theme you would edit wp-content/themes/default/page.php and delete

    <p>Posted: <?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?></p>

    Look for something like that in your theme. With the help of the Template Hierarchy article, determine what Template is displaying your Pages, then make the changes/deletes as necessary.

    Thread Starter awutka

    (@awutka)

    Michael,

    Thank you very much. I did find the correct page.php file and I had to remove the following:

    <span class=”date”><?php the_modified_time(__(‘F jS, Y’, ‘inove’)); ?>

    At first I didn’t delete ‘<span class=”date”>’ but that left the little calendar icon on the page.

    Thanks again, Tony

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the date display at the top of a static page – Inove theme’ is closed to new replies.