List of Subcategories Repeats
-
I’ve used several different types of codes to show a list of subcategories when you click on the category page. Here is the one I am currently using:
<?php wp_list_categories('show_count=1&child_of=255&title_li=Authors P-T'); ?>
And I produce exactly what I want, except it produces it about ten times.
https://www.romancefan.org/category/authors/p-t/I did a few quick google searches, but apparently I’m the only idiot having this problem. I stripped the category.php of all code relating to listing posts in case it was having issues.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘List of Subcategories Repeats’ is closed to new replies.