mrebot
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Themes and Templates
In reply to: [Llorix One Lite] Moving SectionsWhen 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' ); }
Viewing 1 replies (of 1 total)