• I’d like to add a descriptive <h2> tag to my post page as a better ‘headline’ for the post than the title.

    Is there code to use to exclude this line, which I’ll code as <h2> from appearing on my front page? I only want the posts title on the frontpage, but I want the ‘subtitle’ to appear at the top of the post itself.

    Thanks.

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

    (@jrwall68)

    Like so many things…I figured this out on my own. Rather than use the “more” option and selecting part of my post to display on the front page, I turned on the “excerpt” option and copy and pasted that section.

    I replaced:

    <?php the_content(); ?>

    with

    <?php the_excerpt(); ?>

    In the loop.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘How to exclude certain lines from home page’ is closed to new replies.