WordPress: what’s there not to like

this weblog

I am running a slightly modified Kubrick theme here. Looks ok, one day I get rid of the rounded corners.

One thing that bothered me (and some other people) was that links were not working in Archives or categorized entry display.

The fix was as easy as surprising:

Just remove the handling of archive’s and wordpress will default to the normal display. I feel that is nicer any way: Having one constient style for you blog. Not sure what I overlook. In case you like to have links working in category view just do the equivalent of:


cd wp-content/themes/default
mv archive.php not.archive.php

Looks like it works.