• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;}

    Thread Starter muymalestado

    (@muymalestado)

    Thanks Moodles – that seems to be fine

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One, single post with unique formatting?’ is closed to new replies.