• Resolved Peterzee

    (@peterzee)


    Thanks in advance, all. I’m currently trying to remove the displayed page titles from pages created using the Piano Black template…but none of the fixes I’ve found thus far seem to work:

    Editing or deleting the <?php the_title(); ?> line on index.php, on page.php or both doesn’t work…edits like <!– h2><?php the_title(); ?></h2 –> and the // insertion (done on page.php, though tried on index.php alternately/simultaneously, too) don’t take. The very helpful walkthrough video posted on other threads helped me not a whit.

    So I can only assume this is somehow peculiar to Piano Black. If anybody has a recommendation (short of creating an entirely new page template), I’m all ears…

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • For single pages you would normally need to remove it from page.php but that template also has files called page-nocomment.php, page-noinfo.php, page-noinfo-nocomment.php, page-noside.php, page-noside-noinfo.php, and page-noside-noinfo-nocomment.php.

    I’m not sure why there are so many page templates but w/o looking into it further, I can’t say which one you would need to edit.

    Also, stuff like <!-- h2> is just bad code. That’s not how you comment something out.

    Thread Starter Peterzee

    (@peterzee)

    Changing the right template worked like a charm…d’oh. Thanks for the insight!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing page titles in Piano Black?’ is closed to new replies.