File: /home/codo66ho/www/wp-content/themes/autodeal/inc/customizer/content.php
<?php
// ADD SECTION BLOG ARCHIVE
$wp_customize->add_section('section_content_blog_archive',array(
'title' => 'Blog Archive',
'priority' => 1,
'panel' => 'content_panel',
));
require THEMESFLAT_DIR . "inc/customizer/content/blog-archive.php";
// ADD SECTION BLOG SINGLE
$wp_customize->add_section('section_content_blog_single',array(
'title' => 'Blog Single',
'priority' => 2,
'panel' => 'content_panel',
));
require THEMESFLAT_DIR . "inc/customizer/content/blog-single.php";