(get_theme_mod('slider_title_1'))?:'Life will not get again', '2' => (get_theme_mod('slider_title_2'))?:'There is nothing permanent except change', '3' => (get_theme_mod('slider_title_3'))?:'Independence is happiness' ); $subtitles = array( '1' => (get_theme_mod('slider_subtitle_1'))?:'I love you the more in that I believe you had liked me for my own sake and for nothing else.', '2' => (get_theme_mod('slider_subtitle_2'))?:'The most difficult thing is the decision to act, the rest is merely tenacity. The fears are paper tigers. You can do anything you decide to do. You can act to change and control your life; and the procedure, the process is its own reward.', '3' => (get_theme_mod('slider_subtitle_3'))?:'Enjoy the moments', ); $images = array( '1' => (get_theme_mod('slider_image_1'))?:get_template_directory_uri().'/img/1.jpeg', '2' => (get_theme_mod('slider_image_2'))?:get_template_directory_uri().'/img/2.jpg', '3' => (get_theme_mod('slider_image_3'))?:get_template_directory_uri().'/img/3.jpeg', ); $slider_btn_url = array( '1' => (get_theme_mod('slider_button_url_1'))?:'#about_us', '2' => (get_theme_mod('slider_button_url_2'))?:'#our_blog', '3' => (get_theme_mod('slider_button_url_3'))?:'#contact_us' ); $slider_btn_txt = array( '1' => (get_theme_mod('slider_button_text_1'))?:'Read More', '2' => (get_theme_mod('slider_button_text_2'))?:'Read More', '3' => (get_theme_mod('slider_button_text_3'))?:'Read More' ); ?>
'; if(!empty($top_layout_col_email)) { echo '
  • '; echo esc_attr($top_layout_col_email); echo '
  • '; } if(!empty($top_layout_col_call)) { echo '
  • '; echo esc_attr($top_layout_col_call); echo '
  • '; } echo ''; } /** * Name: Fornt page About section */ function growup_fornt_about(){ /** * return Front page about us section html * * @since growup 1.0 */ $row_title = get_theme_mod('row_about_title'); $row_desc = get_theme_mod('row_dis_1'); //Items $about_items['icon'] = array('1' => (get_theme_mod('row_icon_1')) ?: 'fa fa-bandcamp','2'=> (get_theme_mod('row_icon_2')) ?: 'fa fa-angellist','3'=> (get_theme_mod('row_icon_3')) ?: 'fa fa-gratipay'); $about_items['title'] = array('1' => get_theme_mod('row_title_1'),'2'=>get_theme_mod('row_title_2'),'3'=>get_theme_mod('row_title_3')); $about_items['desc'] = array('1' => get_theme_mod('row_item_desc_1'),'2'=>get_theme_mod('row_item_desc_2'),'3'=>get_theme_mod('row_item_desc_3')); ?>

    --$blog_count,'post_type'=>'post','post_status'=>'publish', 'orderby' => 'date', 'order' => 'DESC')); if ($fount_blog_post->have_posts()) : while ($fount_blog_post->have_posts()) : $fount_blog_post->the_post(); get_template_part('template-parts/content', 'grid'); endwhile; else : get_template_part('template-parts/content', 'none'); endif; ?>
    array(), 'span' => array(), 'div' => array(), 'strong' => array(), 'b' => array(), 'br' => array(), 'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(), 'a'=> array('href' => array(),'target' => array()), 'iframe'=> array('src' => array(),'height' => array(),'width' => array()),), ''); } /** * growup wp menu function * return wordpress menu html */ function growup_main_menu() { wp_nav_menu( array('theme_location'=>'menu-1','depth'=> 5,'container'=> false,));} ?>