• I love this theme. I just can’t figure out how to remove the meta info below the post title. I don’t need it there at all. The author will always be me, I don’t have any categories, and I don’t even want comments.

    I’ve read a few similar questions here and the answer seems to be “it’s in the loop.” I haven’t worked with wordpress themes in several years and everything has changed. This used to be simple for me, but I can’t even find where it is calling for those things, so I can delete them. Can someone point me to the right template? The specific lines of code to take out would be even better.

    Thank you so much. 🙂

Viewing 1 replies (of 1 total)
  • Thread Starter katiebadie

    (@katiebadie)

    I figured it out. I didn’t realize there was a loop.php file.

    In there, I just removed the lines: ` <span class=”post-author”><?php the_author_posts_link(); ?></span>

    <?php the_terms( get_the_ID(), ‘category’, ‘ <span class=”post-category”>’, ‘, ‘, ‘</span>’ ); ?>
    `

    I decided to leave the comments, so I just took off the author (always me) and the category (I don’t have any.)

Viewing 1 replies (of 1 total)

The topic ‘Remove post meta info’ is closed to new replies.