Featured Charities
0)
$query2 = array('post__in' => $stickies, 'showposts' => arras_get_option('featured_count') );
} elseif ($featured2_cat == '0') {
$query2 = 'showposts=' . arras_get_option('featured_count');
} else {
$query2 = 'showposts=' . arras_get_option('featured_count') . '&cat=' . $featured2_cat;
}
arras_render_posts($query2, arras_get_option('featured_display'), 'featured');
?>
Featured Charities
0)
$query2 = array('post__in' => $stickies, 'showposts' => arras_get_option('featured_count') );
} elseif ($featured2_cat == '0') {
$query2 = 'showposts=' . arras_get_option('featured_count');
} else {
$query2 = 'showposts=' . arras_get_option('featured_count') . '&cat=' . $featured2_cat;
}
arras_render_posts($query2, arras_get_option('featured_display'), 'featured');
?>