have_posts() ):
?>
have_posts() ):$query->the_post();
$afwp_post_slug = get_post_field( 'post_name', get_the_ID() );
$current_item++;
$current_icon = ($current_item==$active_item) ? $active_dp_icon : $dropdown_icon;
$afwp_active_class = ($current_item==$active_item) ? ' current ' : '';
$afwp_active_css = ($current_item==$active_item) ? ' display:block; ' : '';
?>
-