• I’m using a child theme based off of the fashionistas theme. Trying to find how to hide the page title on a single page. If i have to hide it on all pages, I can do that, and just go back in and add them manually to other pages, but wonder if there isn’t a way to single out a page and say ‘don’t show the title on this page’

    An alternative – is there a way to style the page title on a page-by-page basis? My whole reason for doing this is that I have a page for a new CD, and I want the page title to be close to the font of the CD. But if I add the name in at the top of the page’s HTML, it just duplicates it below the system generated title.

    Thanks for any help,
    C

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    you can duplicate the content-page.php file from your parent theme to your child theme then remove this line:

    <header class="entry-header">
    	<h1 class="entry-title"><?php the_title(); ?></h1>
    </header>

    Thread Starter thetaters1

    (@thetaters1)

    awanrmb,

    Thanks for the assist. That works, but of course it removes the titles from all pages in the site. Is it possible to do this same idea, but just for specific pages? For example, I might want my NEWS page to keep its title, but remove the title on the MUSIC page, etc. Wondering if there is a way to just remove/hide the page title on particular pages without affecting the entire site?

    Thanks for the help!
    C

    Hi,
    you can make a new copy of your content.php and make it Page Template. So When you publishing new page you can select page template with title or without title.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide page title on a single page’ is closed to new replies.