• Hi, I’m trying to set up a query with “category__and”, because I need the popular post just if the are into two specifics categories, please any help is welcome.

    `thumbnail_width=117&
    thumbnail_height=80&
    title_length=40&
    category__and=”.$catID.”,”.$othercatID.”&…
    https://ww.wp.xz.cn/plugins/wordpress-popular-posts/

    Just show all the posts…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there,

    Unfortunately, the plugin doesn’t offer this kind of functionality. WPP’s cat filter -as you already know- works pretty much the same way as the category__in parameter from the WP Query class.

    The only thing I can suggest as a workaround is to assign a third category to these posts and use its ID instead of the other two.

    Thread Starter rolyv

    (@rolyv)

    Well, thanks for reply so fast, unfortunately I can’t do the third category, thanks anyway, you plugin is great.

    Plugin Author Hector Cabrera

    (@hcabrera)

    I’ll consider adding this feature on a future release. No promises though 😛

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘category__and’ is closed to new replies.