Like I said earlier I love the wordpress cms but I needed some flexable way to make sites that look like sites and not as blogs. One of the thing I needed was a way to place every category on the homepage with images and a url but only the categories that I wanted.
So what […]
Posted on April 29th, 2007 by edwin
Filed under: Code | No Comments »
I realy had to dig deep to find this so I thought I would put it up here so I wouldn’t forget as well for you to have it.
What I wanted was to divide the homepage in several sections and it should diplay only the newest posts and if possible only at the place I […]
Posted on April 15th, 2007 by edwin
Filed under: Code | No Comments »
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 […]
Posted on March 25th, 2007 by edwin
Filed under: Code | No Comments »
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 […]
Posted on March 23rd, 2007 by edwin
Filed under: Code | No Comments »