• I am setting up my blog to run as a business website. The url is http://www.creativestagingco.com/new2/ I would like the page titles to show in the navigation but not on the page itself. Is there a way to remove or hide the page titles? I am using a twenty ten child theme. I have searched this forum high and low and can’t seem to figure it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tspaulding

    (@tspaulding)

    Looks like I still need help with this one!

    Thread Starter tspaulding

    (@tspaulding)

    I want to remove all page titles, I only want the page titles to show in navigation menu. However I DO want my blog post titles to show up.

    AviationDayton

    (@aviationdayton)

    I’m just learning WordPress myself, but this is what I did and it seems to work.

    Originally I followed the advice here:
    http://www.positivebusinessonline.com/video/hide-wordpress-page-title

    It says to open the page.php file (using Appearance-Editor), find a string of code within a loop, and substitute this code:
    <?php the_title(); ?>
    With this:
    <!- -?php the_title(); ?- ->

    However, I’m using WordPress 3.1.1, and I found the loop is in a separate file, loop-page.php. I made the change in that file.

    BUT, I’m trying to make my theme modifications in a child theme as you are doing. I wasn’t sure what to do, so I just copied the loop-page.php file into my child theme.

    I hope this explanation makes sense, and I hope I’m not giving bad advice, but this seems to be working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I remove the page titles’ is closed to new replies.