rlineker
Member
Posted 7 months ago #
I have tried to set up the Flickr Gallery on my Wordpress Blog to display my latest photo's. But instead of the gallery showing u when i put in the shortcode I get the shortcode showing as text. You can see this here: http://www.ryanlineker.com/photos/
Thanks
rlineker
Member
Posted 7 months ago #
Couldn't get Shortcode working but managed to get gallery working by making a page template with the code:<?php echo do_shortcode('[flickr-gallery]') ?>
This managed to show the gallery.
If you put the shortcode in your post or page content and it doesn't get replaced, your theme might not be using the "the_content" filter.