• angierosie

    (@angierosie)


    I’m trying to remove the date and by author on my category pages so that the only thing showing is the title and the excerpt. Right now what I have in place is this:`

    <div class=”archive-content row”>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’,’archives’ ); ?>

    <?php endwhile; ?>

    </div>`

  • The topic ‘Remove date and author from Category Pages’ is closed to new replies.