I would like to know what I have to do to get custom content types to work with the GK News Show pro.
This is vital for me since the whole theme is based around widgets areas and the GK News Show pro widget.
foreach($post_type as $type) {
array_push($results, get_posts(array('post_type' => $type, 'numberposts' => $amount_of_posts)));
}
array_push($results, get_posts(array('post_type' => $post_type, 'numberposts' => $amount_of_posts)));