Adding Featured Gallery to Pinbin theme
-
Hello,
I really like the idea of your plugin and I want to combine it with the theme ‘Pinbin‘ for a new site.
The Pinbin theme uses a featured image at the top of the post but it is static. I would like to use your plugin to make the featured imagine in Pinbin a gallery.
My coding skills are not great with php (more html and css), and Pinbin adds in some code for the display of images.
How can I modify the single.php to display your gallery without breaking the theme?
The code I need to change is;
<?php the_post_thumbnail( 'detail-image' ); ?>
And there is some more in the functions.php of the theme;
// post thumbnails add_theme_support( 'post-thumbnails' ); add_image_size('summary-image', 300, 9999); add_image_size('detail-image', 750, 9999);
Please be gentle!
Philip
PS: I think your plugin is an ideal match for Pinbin, and that the theme authors should include your code.
- The topic ‘Adding Featured Gallery to Pinbin theme’ is closed to new replies.