Replies: 0
Hi,
Great plugin!!
I have just a doubt, I’ve changed the filter array to bring my taxonomies instead the standard ones, it should to appear only 3 of 5 posts and it brings first of all 3 posts and after a second, show all posts favorited, follow the code bellow:
$filters8 = array(
‘post_type’ => array(
‘job_listing’
),
‘tax_query’ => array(
‘taxonomy’ => ‘job_listing_category’,
‘field’ => ‘slug’,
‘terms’ => ‘esporte’
)
);
the_user_favorites_list($user_id = null, $site_id = null, $include_links = true, $filters = $filters2);
Can someone help me in what I am making wrong??
Thanks in advance!!