WordPress - change headings

aspe_heat

Senior Member
Joined
Oct 7, 2010
Messages
810
Reaction score
595
Hey everyone!

How can I change the headings on my WordPress website? Right now, only one H1 is used, it is used for the title of my homepage. There are no H2's. H3 is used for sidebar widgets titles and H4 is used for post titles.

I did some Google-ing and messed with styles.css, but couldn't figure out how to do it.

If anyone knows how to do it, please let me know.
Thanks!
 
Not sure exactly but this will help ... then make some local searches if not all defined...
en.forums.wordpress.com/topic/i-want-to-change-my-blog-title
 
Where do you need your headers to be, inside Content? If content, then use the editor itself.
 
Where do you need your headers to be, inside Content? If content, then use the editor itself.

No, not within the content. I just want them to be used for the Post's title.

Where do you want to use those H2's ?

I'd like to use them as post titles. I think it should be fine.
Not sure exactly but this will help ... then make some local searches if not all defined...
en.forums.wordpress.com/topic/i-want-to-change-my-blog-title

I will check it out, thanks!
 
You need to modify the template codes. For front page edit index.php, for single edit single.php, for page edit page.php etc...
No, not within the content. I just want them to be used for the Post's title.
 
Back
Top