6 comments on “Modifying Heading Tags In WordPress Posts

  1. Or, like me, you can cheat and use Windows Live Writer! Ok, so it helps to understand a bit about the codes so you can go in and manually fix the stuff ups (of which there are many), but it gives you the code to begin with. A good foundation is always necessary for being in control.
    Pretty soon, I won’t be hassling you to help me with my site at all! Then what are you going to do with yourself?

  2. Won’t this be taking a step back in design? I will rather have a different class for h1 and use style sheet to set the actual size of font. Font sizes within HTML is a 2 years old style.

  3. The equivalent inline style definition would be:

    [h1 style="font-size:smaller"]your text here[/h1]

    Or if you want to change it for your entire site, modify the style.css file, as the previous commenter has suggested.

  4. One of the great things about a blog is the input from visitors. Jeet for most bloggers, digging around the CSS file is not something they are game to do.

    Knowing the code to make minor adjustments as your writing a post can be easier – but yes, going back in time a little.

    Rod – thanks for your input. I must admit I hadn’t tried to put the code in the one command.

    I would be interested in hearing other commands that could be included as well.

    Les

Comments are closed.