• How can I remove “home”, “about” and all page titles from automatically appearing on every page I add?

    I’m assuming I have to edit the header.php but I’m not sure what to take out?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • To remove the page titles from all pages you have to edit the content-page.php and delete the following lines:

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

    Now the content of your pages will start right below the header withour showing the page title ??

    Thread Starter abr622

    (@abr622)

    Perfect! That really helps — thanks ??

    The theme options sets everything to one color.
    How can we have the titles and links on each page to be a different color?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yoko Theme: How to remove page titles?’ is closed to new replies.