How to get rid of page title showing?

Posted in: Newspaper
Post count: 24

Page title

I am getting double titles and I want to get rid of the one in Black bold print. I looked around google and seen there is code I could put in but does the theme support just turning of page titles showing?

Post count: 6600

Hi,

I’m not sure what have you done to show the title like that but it’s not normal, the blue block title it’s the normal one and you can option for it to show or not by editing the block lie this: http://screencast.com/t/QkeO9OLzf
Please send me link to your site so I can inspect this if this dose not help.

Thanks

Post count: 24

I didn’t use a block I just used text with a title on a new page. Then it shows a double page title… The word press page title and the text with title

double title

Post count: 6600

Hi,

The first title it’s the page title and the second it’s the text with title element title, you can remove the page title by not setting a page title: http://screencast.com/t/GJkBPIAfU

Thanks

Post count: 24

If there is no title how do I keep track of the pages and edit them. Then I would just have a bunch of no name pages. There is no better way to do this?

Post count: 388

I used this plugin once and it worked (and removes, not just hides!) but it’s on a page-by-page basis: https://wordpress.org/plugins/toggle-the-title/

Post count: 6600

Hi,


@Rodney828
You can also hide the title via css, use this custom css for that:

.td-page-title {
display: none;
}

Use and add this unique class: http://screencast.com/t/V2MQIrpSL8A to target just the page you want to hide the title on.
Or you can search for a plugin that dose that or similar.

Thanks for the message!

Post count: 24

TheMediumUTM, Thank you for that link. Just what I needed. Lucian thank you for continuing to answer questions. Your help is always appreciated.

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.