• Hi everybody!
    Is it possible to have 5 sections, instead of the classical 4, in the Theme option?
    If the answer is Yes… how?
    Thanks thanks!!! Samuel

Viewing 1 replies (of 1 total)
  • add this into functions.php of your child theme:

    add_filter( 'twentyseventeen_front_page_sections', function() { return 5; } );

Viewing 1 replies (of 1 total)
  • The topic ‘Section number in Theme option’ is closed to new replies.