Tag Archives: WordPress

How to Add a Blank Line in WordPress

I don’t know if it is a problem with my current theme, or what else caused it, but there is no blank line after an unordered list and a following paragraph that makes it look like the following line belongs to the list like so:

  • item 1
  • item 2

Not part of the list.

The quickest and easiest solution (I read about it here) seems to be to hit the code-button twice in a row like so : < code > < /code > (without the spaces). This results in the desired layout:

  • item 1
  • item 2


Not part of the list.

A new Look, A new Plug-in

It was time to change the face of my blog again, therefore, a new theme — Fast Track — by the same author as the first theme I used. And another plug-in too. In addition to adding the post ratings, I thought it would be nice to just get a count on the post views as well. Fortunately, there’s a handy plug-in for this as well: WP-PostViews. Note that in order to avoid counting your own access to the page, you must be logged-in because logged in user access is not counted.

Just Added: Point Rating Plug-in

It is a welcome (indirect) feedback, that I recently see more and more traffic on my site, especially, as a consequence of Google searches. This tells me that I must be doing something right. By writing about problems that people care to find out about. This is great and exactly what made me start this blog in the first place. Continue reading