How to limit number of showing categories?
-
Hello,
I want to limit the numer of showing categories in wp_list_categories. I mean it unlimited but in my template there not enough place to show it all (I have 16 categories, there’s place for 6-7 in the top menu). I’d like to show random categories there, too. But the main point is to limit the number of it. I’ve checked wp_list_categories in WordPress Codex and there’s something about number of it, but I don’t get it at all.
In my template it looks so:
<?php wp_list_categories(‘title_li=&exclude=’ . $GLOBALS[asides_id]) ?>I hope somebody could help me.
Best regards,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to limit number of showing categories?’ is closed to new replies.