Thanks for the links to older versions. I tried rolling back a couple of versions but no joy.
So let me make sure I’m understanding the correct plugin behaviour.
What I think these instructions:
Posts from several categories with an OR relationship, posts that belong to any of the listed categories: [catlist id=17,24,32]
are saying is the catlist shortcode will pull the most recent posts from categories with the id of 17 or 24 or 32 and display them.
Is that the correct?
If so there is something weird going on with my implementation.
When I add this to my page:
[catlist id=7,8,9,10 numberposts=2]
I get two posts from category id=10. I thought it might just pulling back posts from the last category but when I changed the shortcode to:
[catlist id=10,9,8,7 numberposts=2]
I still get two posts from category 10.
Am I using the shortcode correctly? Could this be a theme conflict? I’m using the Weaver II theme.
Your assistance is appreciated.
Thanks
Chris