* @link http://infinity.presscrew.com/ * @copyright Copyright (C) 2010-2011 Bowe Frankema * @license http://www.gnu.org/licenses/gpl.html GPLv2 or later * @package Infinity * @since 1.0 */ ?> Featured Slide.', 'cbox-theme' ); } // post category if ( $slider_type == 2 ) { $cat_id = infinity_option_get( 'cbox_flex_slider_category' ); $cat = get_category( $cat_id ); $query_args['cat'] = $cat_id; $no_slider_text = sprintf( __( 'Did you know you can easily add introduction slides to your homepage? Simply visit your admin panel and add a new post in the %s category.', 'cbox-theme' ), $cat->name ); } // setup the slider query $slider_query = new WP_Query( $query_args ); ?>