Hide Title on Post but still shows when pulled up in Category
-
Hi all,
I am trying to use just a line of code in the posts I need this done to so I can change it easily and so anyone else that has access to our site can also easily change it… so it can’t be done to the stylesheet/template…
What I’m doing is trying to keep the title on the post for being able to locate it easily in the dashboard (untitled posts are listed with no titles you know?) but not to show on the post itself.
I used a very basic line of code to remove the title without the post id but then the titles disappeared for all the posts in the categories it was in.
So, I changed it to make it post specific. So now, the title when you are on that post is hidden, but when it shows up in the list of posts in the categories, the title is there… honestly, the opposite would be better if I can only have it one way lol but I’d like to have the title not show ever, but the other titles in the categories still show…
I only want the specific post to be sans header.
This is the line of code I’m using…
<style type = 'text/css'> .postid-43558 .title { display: none !important; } </style>
Can anyone help me with this? What do I need to add to this to keep the title suppressed even when the post is pulled up in a category with all the other posts in that category?
[ Please do not bump, that’s not permitted here. ]
- The topic ‘Hide Title on Post but still shows when pulled up in Category’ is closed to new replies.