'page', 'page_id' => $about_page, ); $about = new WP_Query( $args); if ( $about->have_posts() ) : while ( $about->have_posts() ): $about->the_post(); ?>

%1$s

%2$s

', __('This is the about section', 'bassist'), __('To fill up this section, create a page with the title "About", "About me" or something similar and select the page with the dropdown selector in the Customizer. To put a picture before this section, use the parallax settings in the Customizer. To completely hide this section, choose "Hide About Section" in the Customizer.', 'bassist') ); endif; ?>