Wrong Albums appear in Gallery
-
I have created the following query for a gallery to display only albums by a particular author: author__in=6&album__not_in=0&terms_relation=AND but it shows all albums by any author.
I have also tried this query: category__in=8&album__in=0&terms_relation=AND&albums_order=date_desc
Which should show all albums in Category 8 but this is blank and has no results in AlbumsList2 and creates just one main gallery with all the photos lumped together in AlbumsList Masonry. I would like for all the albums to be shown separately as in the demos on your website.It appears that there are some serious flaws in the logic of the query builder or maybe there is something I am missing but I need all albums in a certain category AND/OR by a certain author to appear in a particular gallery please. There will be about 40 galleries with albums being added on a regular basis so it is not practical to have to add each individual album to each gallery each time a new Album is created.
Please can you let me know the best way to do this?
- The topic ‘Wrong Albums appear in Gallery’ is closed to new replies.