Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 6 posts - 1 through 6 (of 6 total)

Removing post titles & dates

Home Forums Free Theme Support Zenon Lite Removing post titles & dates

  • #103617

    Chris

    Absolutely love the template, have a question.

    What’s the best way to remove the page titles and dates from posts? I am sorry if this is a basic query which has been answered in more generic wordpress forums, but hopefully I can find an answer here.

    Thank you

    #103620

    Chris
    #104441

    Towfiq I.

    administrator

    you want to remove the dates and titles from the category page only?:
    http://ukguitarlessons.com/category/learn-the-basics/

    #105410

    Chris

    Not the category page, no. From the individual posts, for example:

    http://ukguitarlessons.com/02-preliminary-stage-for-acoustic-guitar/
    or
    http://ukguitarlessons.com/01-initial-stage/

    Is that possible?

    #106013

    Towfiq I.

    administrator

    yes. open up single.php and remove this:

    <div class="single_metainfo">On <?php the_time( get_option('date_format') ); ?><?php if(of_get_option('dissauth_checkbox') == "0"){ ?> by <?php the_author(); ?><?php } ?></div>

    #555444

    Drew

    Removing this doesn’t change anything. I also took out <h2 class=”postitle”><?php the_title(); ?></h2> thinking that might have some effect. Nada.

    I’m now stuck having to figure out which page is which in my page list, cause none of them have titles. It’s the only way I can remove them on the pages.

Reply To: Removing post titles & dates