Can one post title be formatted with HTML so as all the other normal posts behave normally? It's a color and bold I wish to use on the word URGENT.
Can one post title be formatted with HTML so as all the other normal posts behave normally? It's a color and bold I wish to use on the word URGENT.
You can style the title in your stylesheet using the post id.
Do you mean the title should be formatted within the loop, or on single.php?
Something like this:
#IDnumber h2 { color:red;font-weight:bold;}
or if in the loop you will have to style the link
#IDnumber h2 a { color:red;font-weight:bold;}
Thanks Moodles - that seems to be fine
This topic has been closed to new replies.