Forum Replies Created

Viewing 1 replies (of 1 total)
  • When there is no option, you have to do it by hand

    front-page.php file

    if ( ! empty( $sections_array ) ) {
    
    		foreach ( $sections_array as $section ) {
    			//echo $section;
    			//llorix_one_lite_get_template_part( $section );
    		}
    
    // move the sections as you want :P
    
    llorix_one_lite_get_template_part( 'sections/llorix_one_lite_our_story_section' ); 
    llorix_one_lite_get_template_part( 'our-services-section' ); 
    llorix_one_lite_get_template_part( 'our-team-section' ); 
    llorix_one_lite_get_template_part( 'happy-customers-section' ); 
    llorix_one_lite_get_template_part( 'sections/llorix_one_lite_content_section' ); 
    llorix_one_lite_get_template_part( 'sections/llorix_one_lite_ribbon_section' );
    llorix_one_lite_get_template_part( 'sections/llorix_one_lite_latest_news_section' ); 
    llorix_one_lite_get_template_part( 'sections/llorix_one_lite_contact_info_section' ); 
    llorix_one_lite_get_template_part( 'sections/llorix_one_lite_map_section' );
    
    	} 
    • This reply was modified 8 years, 4 months ago by mrebot.
    • This reply was modified 8 years, 4 months ago by mrebot.
    • This reply was modified 8 years, 4 months ago by mrebot.
    • This reply was modified 8 years, 4 months ago by mrebot.
    • This reply was modified 8 years, 4 months ago by mrebot.
Viewing 1 replies (of 1 total)