cat_filter_enabled() ) : ?>
get_listing_categories() as $category ) {
$active_class = ( isset( $_GET['category'] ) && ( $category->slug == $_GET['category'] ) ) ? 'active' : '';
$link = add_query_arg( 'category', $category->slug );
printf( '
%s', $active_class, $link, $category->name );
}
?>
post_ids() as $listing_id ) : ?>
loop_template( 'grid', $listing_id ); ?>
listing_pagination_enabled() ) {
$listings->pagination();
}
?>