ewels/CPT-Bootstrap-Carousel

Update category code

ewels opened this issue · 0 comments

Update line 43 of cptbc-frontend.php to use the updated category code:

$args['tax_query'][] = array(
    "taxonomy"  => "carousel_category",
    "field"     => "slug",
    "terms"     => $atts['category'],
    "operator"  => "IN"
);

See this forum post for discussion.