I want to insert multiple catlist on a page, but it only seems to display the last one listed. Is there any way to display more than one category list on a page?
I want to insert multiple catlist on a page, but it only seems to display the last one listed. Is there any way to display more than one category list on a page?
Hi scdesmond,
What you do is use one shortcode per instance of category post list. E.g.
[catlist id=34 numberposts=-1]
[catlist id=37 numberposts=-1]
[catlist id=54 numberposts=-1]
I'm using multiple catlists this way on this page on my blog.
You must log in to post.