Categories-page wrongly goes to Archives
-
Clicking on a category, the Archives-page shows up. What’s wrong?
I use the Clean Archives plug-in.
The codes are as per follows:
<li id=”Categories”>
<h2>Categories</h2>-
<?php wp_list_cats(‘sort_column=name’); ?>
and
<li id=”Archives”>
<h2>Archives</h2>-
<?php wp_get_archives(‘type=monthly’); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Categories-page wrongly goes to Archives’ is closed to new replies.