How to Hide a Post Title in Suits Theme
-
Hi everyone,
I’d like to hide the post title for just one post in the Suits theme. How can I do this? I want to keep the title for search engine purposes, but don’t want it visible.
The blog I need help with is: (visible only to logged in users)
-
Hi, Tara.
To be able to do that you would need to get the post identifier so please, tell us which post do you need to let untitled and we will find it for you. If you want to get this id by yourself, you could take a look at your page HTML code (for instance, using your browser inspector). You will find for your post a tag starting by
<article id=”post-4617″
(This is the id number for your “immerse-yourself-in-creativity” post, but each post will have a different id)
Ok. So imagine this is the post you wanted to let untitled. You could use this piece of CSS code:
#post-4617 h1.entry-title{
display: none;
}Try this or tell us the post in which you want to ‘hide’ the title to help you with the id. :)
I hope this helps.
-
-
- The topic ‘How to Hide a Post Title in Suits Theme’ is closed to new replies.