- This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by TickyNucker.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- November 1, 2017 at 8:51 pm #3845SoulJiahParticipant
How can i re-arrange the home screen sections? I need the Team Section to be under the Home Slider? But i dont want to disable the over sections i want those also!
November 2, 2017 at 3:52 pm #3849TickyNuckerParticipantAdd this to the “functions.php” in your child theme:
function total_home_section(){ $total_home_sections = apply_filters('total_home_sections', array( 'slider', 'about', 'cta', 'blog', 'featured', 'team', 'service', 'testimonial', 'counter', 'logo', 'portfolio' ) ); return $total_home_sections; }
and rearrange as you like (as I have done already).
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.