kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Use filters to get posts in category1 or category2 #110

Open khaled3afan opened 5 years ago

khaled3afan commented 5 years ago

I want to display posts have category websites or blogs not have both category, $filters= array( 'terms' => array( 'category' => array( 'websites', 'blogs' ) ) );