I would like to add pictures from Zenphoto into the sidebar. I've tried this plugin, but can't find out if it is possible.
I would like to add pictures from Zenphoto into the sidebar. I've tried this plugin, but can't find out if it is possible.
Of course you can! Just add a text widget with the shortcode (and maybe layout code) you want.
You have to enable shortcodes there, that is add
add_filter('widget_text', 'do_shortcode');
to a reasonable place where it gets executed before widget construction. functions.php might be a good place, just remember to repeat it after upgrades.
This topic has been closed to new replies.