Wordpress remove title on specific page

jdunhin

New member
Joined
Feb 27, 2013
Messages
93
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;
}
 
Older threads
Replies
1
Views
2,102
Replies
5
Views
2,245
Replies
3
Views
2,170
Newer threads
Replies
1
Views
2,266
Replies
8
Views
3,507
Replies
0
Views
1,808
Replies
0
Views
2,197
Replies
0
Views
2,397
Latest threads
Replies
1
Views
47
Replies
1
Views
200
Replies
0
Views
212
Replies
0
Views
242
Replies
5
Views
560
Recommended threads
Replies
6
Views
1,719
Replies
18
Views
7,737
Replies
9
Views
5,503

Referral contests

Referral link for :

Sponsors

Popular tags

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