WP woe update

I’ve fixed the problem with the categories links not working.
The categories link list is still in the wrong order, though I believe that I’m using the correct PHP script to call them in alphabetical order.
The month archive links are still broken.

3 Replies to “WP woe update”

  1. If it helps here is the code from my archive page for the category list:

    ?php wp_list_cats(‘optioncount=1&list=0’); ?

    (obviously this should be in arrow brackets, I removed them in case the comment ate the code)

  2. Thanks for the tips, Gordon. The problem with the php script was a WP bug – I’m using 1.5, and I believe you use the nightlies that have now fixed that bug. Apparently there is a 1.5.1 coming which will fix this.
    In the meantime, other users that get the problem with incorrectly ordered category links should refer to this thread in the forums.

Comments are closed.