Wordpress remove title on specific page

jdunhin

Active member
Registered
Joined
Feb 27, 2013
Messages
72
Points
0
I just want to share something about the entry-title on Wordpress. It works on Hybrid theme

How to hide the title on one specific page:

If you inspect element on the page you want the title to be gone then you will noticed an id with a name like post-6528. Numbers would be different.

So in css you it looks like this:

#post-6528 .entry-title a {
display: none;
}
 

Jack London

Well-known member
Joined
Jul 9, 2012
Messages
158
Points
18
It also is a good way to hide title for specific page with id of entry using css.
 
Older Threads
Replies
1
Views
2,230
Replies
57
Views
18,742
Replies
2
Views
2,642
Newer Threads
Replies
1
Views
2,784
Replies
8
Views
3,202
Replies
0
Views
1,873
Replies
0
Views
2,303
Replies
0
Views
2,439
Latest Threads
Replies
0
Views
33
Replies
0
Views
47
Replies
0
Views
52
Replies
2
Views
67
Recommended Threads
Replies
3
Views
2,073
Replies
7
Views
4,471
Replies
3
Views
1,989
Ash

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top