Forums

page titles vs. post titles (2 posts)

  1. Rathius2010
    Member
    Posted 1 year ago #

    Is there some way to turn off titles on pages but leave them on for blog posts?

  2. tugbucket
    Member
    Posted 1 year ago #

    If I understand correctly, in your page.php you should have a line like:

    <h2><?php the_title(); ?></h2>

    erase it.

    If your theme doesn't have a page.php and uses one of those combined single/page files you could try:

    <?php if (!is_page()) { ?>
    <h2><?php the_title(); ?></h2>
    <?php } ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.