getOption( 'banner_head' ); //Banner content $banner_content1 = $themeOption->getOption( 'banner_content_p1' ); $banner_content2 = $themeOption->getOption( 'banner_content_p2' ); $banner_content3 = $themeOption->getOption( 'banner_content_p3' ); // Banner btn $banner_btn_text = $themeOption->getOption( 'banner_btn_text' ); $banner_btn_link = $themeOption->getOption( 'banner_btn_link' ); //service head $service_head = $themeOption->getOption( 'service_head' ); //journal section $home_journal_head = $themeOption->getOption( 'home_journal_head' ); $read_more_button_text = $themeOption->getOption( 'read-more-button-text' ); $read_more_button_icon = $themeOption->getOption( 'read-more-button-icon' ); $read_more_button_link = $themeOption->getOption( 'read-more-button-link' ); //total blog post show $show_post = $themeOption->getOption( 'show-post' ); } ?>
'', ) ); ?>
'service', 'order_by' => 'title', 'order' => 'desc' )); if( $custom_posts->have_posts() ) : ?>

have_posts() ): $custom_posts->the_post(); ?> getOption( 'service_icon' ); // service btn $service_btn_text = $themeOption->getOption( 'service_button_text' ); $service_btn_link = $themeOption->getOption( 'service_button_link' ); } ?>

'post', 'order_by' => 'title', 'order' => 'desc', 'posts_per_page' => $total_post )); ?> have_posts() ): while( $blog_posts->have_posts() ): $blog_posts->the_post(); get_template_part( 'template-parts/content-full-width' ); // for displaying post full width wp_reset_postdata(); ?>