• Resolved johnnyspade

    (@johnnyspade)


    Hey Folks,

    I am working on a website at http://eagleridgehospitalfoundation.info/about-us. You’ll see that on this page there’s a large “About Us” title at the top. This is just an image dropped into that page’s template. You will also see the “ABOUT US” just above the breadcrumbs which is generated using the the_title tag.

    My question is this…is it possible to have that the_title tag not appear on specific pages, excluded by ID for example? On these main secton pages I would like to not have it show as it’s redundant but would like it to appear on the pages underneath.

    Here’s how it’s currently coded:

    <h3 class=”entrytitle” id=”post-<?php the_ID(); ?>”>
    ” rel=”bookmark”><?php the_title(); ?></h3>

    Any help appreciated. Cheers.

Viewing 1 replies (of 1 total)
  • Sure. Just make a new Page template. In that template, leave out that tag.

    Page templates, and more, are discussed at the Pages page in the codex.

Viewing 1 replies (of 1 total)
  • The topic ‘how to get the_title tag to not appear select pages’ is closed to new replies.