I have an EE site running EE 1.7. It is a magazine site that has monthly "Editions", each edition may or may not have a book review in it. On the site, I need to list the book reviews, in reverse chronological order by edition. Here's my code:
{exp:weblog:entries weblog="editions" orderby="edition-date" sort="desc" disable="categories|member_data|trackbacks" limit="10" paginate="bottom"}
{reverse_related_entries weblog="book-reviews"}
....
My problem is that the pagination is working based on the editions weblog, thus paging through editions that do NOT contain any book reviews. Thoughts?
searchparameter would work if she was showing Related Entries, but it won't work for Reverse Related Entries. - Derek Hoguebook-reviewsentries not correspond roughly to the "edition-date" field of theeditionsentries? Do they need to be grouped by edition? - Derek Hogue