WordPress HTML Articles

How to Nofollow a Link

Adding “nofollow” to links can increase your blog’s rankings by decreasing unnecessary PageRank flow. Here’s how to do it. Read more »

How to Create Spaced Lists in WordPress Posts

Say you have a list like this:

Item A
Item B
Item C

…And you want it to look like this:

Item A

Item B

Item C

When you have lists that contain a lot of text, spacing out the items can improve readability. Read more »

Make WordPress and Firefox Adblock Play Nice

This potential problem is applicable to those using the following, which is probably quite a few people:

Firefox with the highly popular Adblock or Adblock Plus extensions
WordPress with the visual editor enabled

As part of its functionality, Adblock inserts a tab next to Flash objects, etc. to make blocking that object as easy as a couple [...] Read more »

How to Include Code in WordPress Posts

If you’ve ever tried to insert code into a WordPress post, one of the following has probably happened to you:

Your HTML code was rendered as such.
WordPress stripped the code from the post entirely.
WordPress turned "straight quotes" into “curly quotes” — not good if you want your users copying/pasting code from your blog!

Here’s how to get [...] Read more »