Home › Support Forums › Theme Support › Pinboard › Problem with SLIDESHOW › Reply To: Problem with SLIDESHOW
Daniel Tara
Keymaster
The portfolio template does not show the slider. If you’d like it to display, open the template-portfolio-*.php file that you are using and under <?php get_header(); ?>
insert the following:
<?php if( pinboard_get_option( 'location' ) ) : ?> <?php pinboard_current_location(); ?> <?php endif; ?>
Idieally this template should be copied inside your child theme.