request ) ); $isPagination = '/page/'; $show_blog_extra_sections = true; if (strpos($current_url, $isPagination) !== false) { $show_blog_extra_sections = false; }else{ $show_blog_extra_sections = true; } if (true === $show_blog_extra_sections) : $showAboutSection = get_theme_mod('show_about_section', false); if (true == $showAboutSection) { get_template_part('template-parts/page-header/about', 'section'); } $showHideBookSlider = get_theme_mod('books_slider_on_off', false); if (class_exists('Rswpbs')) { if (true == $showHideBookSlider) { get_template_part('template-parts/books-showcase/books', 'slider'); } } endif; ?>