Disable Page Title?

Posted in: Newspaper
Post count: 58

In the case where I would add a graphic with the title on a page I would like to know if it is possible to disable the page title to eliminate redundancy. Here is an example of what I am talking about. http://vbjusa.wpengine.com/boardroom-breakfast-series/

Thanks!

Post count: 7909

Hi,

You can leave that field blank(title), the permalink still have the title: http://screencast.com/t/Kr5GTkLc55q Or you can use css to hide the title. You can do this how you prefer.

For example:

.page-id-8677 .entry-title{
display: none;
}

Result: http://screencast.com/t/q6cWh6S2f

Thanks!

Post count: 58

Thanks for the reply. When I try to link the page with no title to the menu I get a 404 – Page Not Found.

Post count: 7909

Hi,

1. You have to delete the title from page editor and click on “Get Shortlink” to see page id: http://screencast.com/t/9b7jmcwj6O
2. Add the page to the menu: http://screencast.com/t/QpDqXmmyGXJw
3. Write the title you want to display: http://screencast.com/t/PmYz2pwbJP
4. Should look like this: http://screencast.com/t/L4ZW7MaYkc

Hope this helps!

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