Hi,
I am using the file gallery and it works well when displaying a single page, a single post, or a category archive (list of posts).
I created a template file page-{slug}.php and add this to a child theme. The template shows a "page of posts" of a particular category, when opening the page with the defined slug. This works well, but the gallery on the "page of posts" is showing only one column instead of the regular three.
The template uses only a single loop. The loop used is just the standard loop with args passed using query_posts($args), that is to say that I am not using a custom loop or multiple loops.
I have the plugin set to display the gallery with pages and posts and it does this on other pages and posts.
I would be very appreciative of any help on why the gallery shows incorrectly (one column instead of three) with my custom template.
Running WP3.4 with plugin v1.7.7
Thanks for any help.