• I am trying to figure out how to hide or remove the page title off my pages. I don’t mind doing it manually or each time I create a new page, but I’m not finding a way that works and I can’t figure out why. I have tried every plugin I can find (with no success) and I have tried putting in a html code in each page itself as well as deleting h1 and h2 title tags on page.php. Basically I have tried every solution I can find and nothing works. I don’t quite understand most of the techi garb, but I can follow instructions so if anyone has any ideas or suggestions, I’d appreciate it! Thanks!!

Viewing 14 replies - 1 through 14 (of 14 total)
  • Depends on your theme and site. Usually the easiest way is to hide it using CSS, but that’s theme specific. Need to see a live site.

    Thread Starter giorgianni

    (@giorgianni)

    Sorry I didn’t think about posting the site. duh. lol. It’s http://www.hisbannrreaches.com

    David_G

    (@questas_admin)

    Theres a problem with the link

    Thread Starter giorgianni

    (@giorgianni)

    Oops sorry. Type it wrong. http://www.HisBannerReaches.com

    Thread Starter giorgianni

    (@giorgianni)

    While I’m at it, I have another question.. somehow the color of my post titles got changed to white so you can barely seem them. I’ve read other threads that tell the code to look for in order to change the color, but I can’t find the code in style.css. Plus I’ve heard doing it that way will just lose the changes when I update? Any ideas on this problem? I tried a plugin but it still wouldn’t change the color.

    David_G

    (@questas_admin)

    do you have a child theme? If not you should create one for customizations. http://codex.wordpress.org/Child_Themes

    To remove the page titles, try this in your custom CSS

    .entry-title, .entry-title a {
    display: none;
    }
    Thread Starter giorgianni

    (@giorgianni)

    I think it is…. I’m new to this but in editor it says “This child theme inherits templates from a parent theme, Stargazer.” Is that what you mean?
    I’ve tried one similar to that to remove the titles and it didn’t work, but I’ll try that one.

    Thread Starter giorgianni

    (@giorgianni)

    You mean in the html area of each post?

    I personally use this solution to hide titles on a page/post basis:

    https://wordpress.org/plugins/title-remover/

    This doesn’t remove the title of the page or post in the wp-admin so it still makes it easy to know what post is what πŸ™‚

    Thread Starter giorgianni

    (@giorgianni)

    Thanks Mike. Unfortunately, I tried that one and it doesn’t work. I’ve actually tried about at least 5 or 6 plugins and none worked.

    That is very strange. I currently use it on a few sites and it works beautifully! So that makes me think something else is amiss on your site..

    Thread Starter giorgianni

    (@giorgianni)

    I wouldn’t doubt it. lol

    David_G

    (@questas_admin)

    Look in your themes, if you have a child theme, it should be the name of the theme + child. The theme will be there, but the child will be the active theme.

    Thread Starter giorgianni

    (@giorgianni)

    I guess I don’t then. I don’t see anything like that. Like I said, under templates in editor, it says “This child theme inherits templates from a parent theme, Stargazer.”

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Hide/Remove Page Title?’ is closed to new replies.