Tagged: download attachments, shortcodes, Sidebar, widgets
I tried to insert the shortcode into a text widget on a sidebar….doesn’t work. Is there a way to get the download attachment in a sidebar?
You can use below short code in widget but before using this need to install shortcode excute in widget plugin. [download-attachments container=”div” title=”Attachments” style=”list” display_icon=”1″ display_size=”1″]
add_filter('widget_text', 'do_shortcode');