• Resolved Joe Freedom

    (@joe-freedom)


    I know how to remove title of a page from the navigation bar (by making custom menu) but the page title it still shows up on the actual page.

    Not so bad on some pages but it’s extremely tacky looking on the static Home page.

    I’ve seen tutorials but the area that I’m supposed to edit doesn’t seem to appear in the Page.php file of this particular theme.

    Any Help with this? Thanks In Advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Jose C

    (@jcervantes28)

    I think it is in content-page.php file…There should be some code in there that specifically pulls in the title of the page.

    You can also select a full width-no title template. though I am guessing you want a sidebar.

    Thread Starter Joe Freedom

    (@joe-freedom)

    Hey Jose,

    I noticed that there was indeed a php file called “Full width-no title template” which is actually what I would prefer. (Don’t need a sidebar, just a footer)

    How do you make your default pages have that “full width no title” template instead of the default page template?

    Jose C

    (@jcervantes28)

    Cool!

    Unfortunately I do not know how to change the default…it must be coded somewhere in the theme files (obviously)…Would need to do more research on that but can’t help for now.

    Jose

    You can use CSS to hide the page titles.

    Thread Starter Joe Freedom

    (@joe-freedom)

    Thanks Again All!

    Jose, you were right on the money about the content-page.php file

    So for those who may be also wondering or who discover this at a later date, under the content-page.php file

    The line you change is the line that says:

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

    you add two // s in front of it so it should now say

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

    and that does the trick

    Awesome stuff. Now without the sidebar and without the title on each page, my site is REALLY starting to look like a professional website.

    Thread Starter Joe Freedom

    (@joe-freedom)

    Forgot to mark this as resolved 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How To Remove Title of Pages From Each Page?’ is closed to new replies.