Viewing 1 replies (of 1 total)
  • Plugin Author Raphael

    (@akerbos87)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Zenphoto Gallery] Zenphotos in sidebar’ is closed to new replies.