Category view with contents of [gallery]s shown
The problem is the shortcode (just like any other shortcode) is displayed when the_content() is used to display the post content, and normally themes do this in single template. In themes, normally, insted of print the content is used the_excerpt() that strips out html and shortcodes. Sure you can edit your category archive to use … Read more