add_section( 'buswick_post_detail_customization_section', array( 'title' => esc_html__( 'Post Detail', 'buswick' ), 'priority' => 23 ) ); } /* Add Default General Settings for Customizer Settings */ require dirname( __FILE__ ) . '/default-post-detail.php'; require dirname( __FILE__ ) . '/featured-image/featured-image.php'; require dirname( __FILE__ ) . '/date/date.php'; require dirname( __FILE__ ) . '/author/author.php'; require dirname( __FILE__ ) . '/comment/comment.php'; require dirname( __FILE__ ) . '/category/category.php'; require dirname( __FILE__ ) . '/tag/tag.php'; require dirname( __FILE__ ) . '/author-block/author-block.php'; require dirname( __FILE__ ) . '/related-articles/related-articles.php'; require dirname( __FILE__ ) . '/share/social-share.php';