• Greetings folks I hope someone can help me out with one or both of these issues.

    First on my post pages I would like to remove the date on the posts. This theme does not seem to have an easy on/off so if anyone can lend me some help with CSS I would be most appreciative.

Viewing 2 replies - 1 through 2 (of 2 total)
  • go to Appearance > Editor and select Page Template (page.php)

    find the code:
    <div class=”postfooter”>

    beneath that you’ll see:
    <?php the_date()?>

    delete that code or comments it out:
    <!–<?php the_date()?>–>

    Did you mean on the homepage or on the actual post? I was able to remove the dates and comments count on my homepage (index.php) and can share the how if you need it. See it at biteslife.com

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fotogram date display’ is closed to new replies.