'contact-section', 'description' => esc_html__( 'Show your Contact page.', 'foodhunt' ) ); $control_ops = array( 'width' => 200, 'height' =>250 ); parent::__construct( false, $name = esc_html__( 'TG: Contact Us', 'foodhunt' ), $widget_ops, $control_ops); } function form( $instance ) { $defaults[ 'title' ] = ''; $defaults[ 'text' ] = ''; $defaults[ 'page_id' ] = ''; $defaults[ 'shortcode' ] = ''; $instance = wp_parse_args( (array) $instance, $defaults ); $title = esc_attr( $instance[ 'title' ] ); $text = esc_textarea( $instance['text'] ); $page_id = absint( $instance[ 'page_id' ] ); $shortcode = esc_attr( $instance[ 'shortcode' ] ); ?>

' ','name' => $this->get_field_name( 'page_id' ), 'selected' => $instance[ 'page_id' ] ) ); ?>

have_posts() ):$the_query->the_post(); ?>