Forums

[resolved] Removing author and date from posts (2 posts)

  1. pwdiane
    Member
    Posted 7 months ago #

    I'm using Panorama 2.1 and cannot figure out how to remove the author and date on the posts. This is for a site that will have few new posts, so the date will only make it look out-of-date.

    I've taken out the following from the post.php:
    <div class="authormeta">
    <?php _e('By','panorama'); ?> <?php the_author_posts_link(); ?>, <?php the_time($ap_dateTimeFormat); ?></div>

    What am I missing?

    Thanks for the help!

  2. pwdiane
    Member
    Posted 7 months ago #

    I found the resolution. Remove the <div class="authormeta"> ***</div> in the Main Index Template. Until that was gone, it kept showing up. Voila, it's gone.

Reply

You must log in to post.

About this Topic