NUMBERPOSTS not working
-
I wanted 4 posts to appear in my sidebar, so I used the following shortcode:
[catlist id=105 numberposts=4 thumbnail=yes thumbnail_size=65,65 no_post_titles=yes]
It wasn’t working. I was getting every post in the category. I tried other category id’s and found that the code worked fine with categories listed in the top level of my menu. However, with any categories listed under those top level categories, it was not working.
To solve the issue, I had to use “height: 132px; overflow: hidden;” in the CSS. It’s a hack that works for me, but I wish I didn’t need to do it this way.
Is this a bug that can be fixed?
- The topic ‘NUMBERPOSTS not working’ is closed to new replies.