Counting Categories in Wordpress

Sometimes I forget that Wordpress is php and mysql. So when I look at it I tend to forget that to do somethings al it takes is clean code and if there is no function that does what you want you will have to write it yourself.
Same with the count categories. What I plan to […]

First Layout for A DeBlogging Template

I am still playing with it but here is a start of a layout I am making for a template for my deblogging quest.
I want it to have this kind of look and on the inside when you click a category or a article title only the header, sidebar and the article with maybe […]

Magazine Style on Frontpage

One of the things you see on magazine style websites is a category and links to articles within that category. To do the same thing with a wordpress site is not that hard and can be done with a few lines of code. First you need to find out how many categories there are, next […]

I love Wordpress … But

I love Wordpress… I really do. I like the way it gave me the abilty to setup a website in a few moments. I like the pulgins it gives me to attract more visitors, i love the way Google spiders my wordpress sites and I like the way it gives me to interact with visitors. […]