'ctUp-ads-welcomewidgets', 'description' => __( 'Welcome Text Section widget', 'advance' ), 'customize_selective_refresh' => true, ) ); } function widget($args, $instance) { extract($args); $cat1 = isset( $instance['cat_block1'] ) ? $instance['cat_block1'] : ''; $content_bg = isset( $instance['content_bg'] ) ? $instance['content_bg'] : 'rgb(255, 255, 255)'; $padtopbottom = isset( $instance['padtopbottom'] ) ? $instance['padtopbottom'] : ''; echo $before_widget; ?> 'page', 'page_id' => $cat1, 'posts_per_page'=>1, 'order'=>'ASC',); $wp_query_advance = new WP_Query($args); ?>
have_posts()) {?> have_posts()) {$wp_query_advance->the_post();?>
'sample-page' , 'content_bg' => '#666', 'padtopbottom' =>'2', ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>