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,345
Replies
5
Views
2,554
Replies
3
Views
2,405
Newer threads
Replies
1
Views
2,521
Replies
8
Views
3,832
Replies
0
Views
2,085
Replies
0
Views
2,403
Replies
0
Views
2,612
Latest threads
Replies
1
Views
17
Replies
4
Views
82
Replies
0
Views
134
Replies
0
Views
42
Replies
2
Views
591
Recommended threads
Replies
10
Views
1,992
Replies
3
Views
3,478
S
Replies
1
Views
4,199

Latest postsNew threads

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