jr_get_settings('sub_general','show_latest_blog') == 'on' ): ?> $GLOBALS['_webnukes']->jr_get_settings('sub_latest_blog','no_of_posts'), 'tax_query' => array( array( 'taxonomy' => 'category', 'terms' => $GLOBALS['_webnukes']->jr_get_settings('sub_latest_blog','blog_cat'), 'field' => 'term_id', ) ), 'post_type' => 'post', 'post_status' => 'publish', ); $posts_array = new WP_Query( $args ); ?>

jr_get_settings('sub_latest_blog','blog_title'); ?>

jr_get_settings('sub_latest_blog','blog_content'); ?>

have_posts() ): $posts_array->the_post(); $post_thumb = wp_get_attachment_url( get_post_thumbnail_id(get_the_ID()) ); ?>
jr_get_settings('sub_general','show_about_us') == 'on' ): ?>

jr_get_settings('sub_about_us','about_title'); ?>

jr_get_settings('sub_about_us','about_content'); ?>

jr_get_settings('sub_about_us','about_sub_title'); ?>

jr_get_settings('sub_about_us','about_sub_content'); ?>

jr_get_settings('sub_general','show_testimonial') == 'on' ): ?>

jr_get_settings('sub_testimonial','t_title'); ?>

jr_get_settings('sub_testimonial','t_content'); ?>

jr_get_settings('sub_testimonial','t_'.$i.'_img'); $testi_title = $GLOBALS['_webnukes']->jr_get_settings('sub_testimonial','t_'.$i.'_title'); $testi_desc = $GLOBALS['_webnukes']->jr_get_settings('sub_testimonial','t_'.$i.'_content'); $testi_desig = $GLOBALS['_webnukes']->jr_get_settings('sub_testimonial','t_'.$i.'_desig'); ?>

jr_get_settings('sub_general','show_gallery') == 'on' ): ?> jr_get_settings('sub_general','show_team') == 'on' ): ?>

jr_get_settings('sub_team_setting','t_title'); ?>

jr_get_settings('sub_team_setting','t_content'); ?>

jr_get_settings('sub_team_member_'.$i,'t_img'); $t_member_title = $GLOBALS['_webnukes']->jr_get_settings('sub_team_member_'.$i,'t_title'); $t_member_desig = $GLOBALS['_webnukes']->jr_get_settings('sub_team_member_'.$i,'t_desig'); $t_member_fb = $GLOBALS['_webnukes']->jr_get_settings('sub_team_member_'.$i,'t_fb'); $t_member_tw = $GLOBALS['_webnukes']->jr_get_settings('sub_team_member_'.$i,'t_tw'); $t_member_g = $GLOBALS['_webnukes']->jr_get_settings('sub_team_member_'.$i,'t_g'); if( !empty( $t_member_img ) ): ?>

' : '' ).' '.( ($t_member_g != '') ? '' : '' ).' '.( ($t_member_tw != '') ? '' : '' ); ?>
jr_get_settings('sub_general','show_google_map') == 'on' ): ?> jr_get_settings('sub_google_map_setting','longitude'); $lati = $GLOBALS['_webnukes']->jr_get_settings('sub_google_map_setting','latitude'); ?>

Something went wrong... Unable to load map.

jr_get_settings('sub_general','show_contact_us') == 'on' ): ?> jr_get_settings('sub_contact_us','main_heading'); $contact_content = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','content'); $contact_sendto = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','sendto'); $contact_email_subject = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','email_subject'); $contact_sub_heading = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','sub_heading'); $contact_sub_desc = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','sub_desc'); $contact_address1 = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','address1'); $contact_address2 = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','address2'); $contact_city = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','city'); $contact_state = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','state'); $contact_zip = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','zip'); $contact_email = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','email'); $contact_phone_no = $GLOBALS['_webnukes']->jr_get_settings('sub_contact_us','phone_no'); ( ( $contact_sendto != '' ) ? $sendto_email = $contact_sendto : $sendto_email = get_option( 'admin_email' ) ); ?>