No matter what I set the target file to be in wp_list_cats(), it links to the index page. I think this is because it uses get_category_link() which is set to link to the index page.
<?php wp_list_cats('file=wp-archives.php'); ?>
No matter what I set the target file to be in wp_list_cats(), it links to the index page. I think this is because it uses get_category_link() which is set to link to the index page.
<?php wp_list_cats('file=wp-archives.php'); ?>
Yep, this has been broken for some time. Ever since the introduction of permalinks, probably. Perhaps get_category_link() needs a file arg.
Has this been fixed yet. Does anyone know of a workaround?
If you're using mod_rewrite for "pretty URIs," you could just alter those so that category links use a different file.
This topic has been closed to new replies.