Forums
Forums / Theme: Ascent / Slideshow in every page?
(@azrael90)
11 years, 3 months ago
Hi againg. How can I put the slideshow on every single page?
(@pitabas106)
Hi, Just do the need full.
– Open the ‘Ascent’ theme – Edit the file ‘header-banner.php’ line -7 <?php if(($enable_home_slider == 1) && is_front_page()): ?> Change this above line to <?php if(($enable_home_slider == 1)): ?>
<?php if(($enable_home_slider == 1) && is_front_page()): ?>
<?php if(($enable_home_slider == 1)): ?>
Then the slider will appear on every page
Thanks! It worked.
Fixed
The topic ‘Slideshow in every page?’ is closed to new replies.