Jump to content
Sign in to follow this  
christycollins

"Pages and Posts" Titles and when they appear.

Recommended Posts

christycollins

Is there a way to pick and choose which pages or posts display the title of that page or post? I would like for it to display on some and some I would not like for it to be displayed.

Share this post


Link to post
Share on other sites
kastelic
There is a quick and easy way using CSS to hide the title on certain pages. If you look in the body tag (view source to do this) you will see that there are classes that are unique to each page. Use these to hide the entry title. For example: [code] .page-id-123 .entry-title {display:none !important;} [/code] This code will go in Custom Code -> Custom CSS

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×