Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Any help on this would be great. I am using a free theme and the gmedia gallery plugin. I am unable to view the Phantom gallery in the sidebar in the Widgets section, but if I put the code in a post or page, I can view it.
Any idea why? Probably something simple but this is frustrating. I am able to do this on another site with no problem.
http://cranehook.net/portfolio/ (you can see it on the page, but not in the sidebar).
Any help or assistance is appreciated.
Thanks,
Jessica
add this line for instance into functions.php of your theme;
add_filter(‘widget_text’, ‘do_shortcode’);
