[Plugin: Flickr Gallery] Enabling Widget support for WordPress 3.1.x
-
You may find that the [flickr] shortcode doesn’t work in WordPress 3.1.x by default.
The solution is to add the following to your functions.php file:
add_filter(‘widget_text’,’do_shortcode’);
Problem solved ??
- The topic ‘[Plugin: Flickr Gallery] Enabling Widget support for WordPress 3.1.x’ is closed to new replies.