Thread Starter
Mina
(@emexem)
Hey Héctor,
I appreciate your response.
It seems that now the code is able to retrieve the posts from specific categories, but the problem I’m facing is that it would not display the amount of posts I’ve defined in the code. For example, if I specify limit=3, it will only show the popular three posts for that category ONLY if they were listed as the top three on the wpp_admin general options page (accessed through wordpress).
Does this make sense?
The list currently show one post only even though I had put 3 for the limit.
If you want to take a look here’s a link.
http://bit.ly/dpb-show
And this is my code:
<?php wpp_get_mostpopular('limit=3&range=daily&order_by=views&pages=0&stats_comments=0&post_type=post&cat=37,-38'); ?>
I hope you can get this looked it.
Thanks allot for your time and hard work.
Hello yahodahan,
do you mind sharing your solution here. I’m also having issues with specific categories not showing.
Thanks allot.
Mina