I have a weblog called case studies. This weblog has a relation to another weblog called clients. Everything is kokey.
If I want to show all case studies it works just fine, and I also have the facility to show all case studies by a certain client (handled by segment) which also works just fine because the way I’m handling it is to add a conditional inside the {weblog} call that checks the related_entry>{url_title} against segment_2 and only displays the data if it finds a match.
However, once I throw pagination into the mix bad news takes place because pagination is counting everything in the original weblog call (all case studies) and doesn’t take into account that I’m excluding certain data.
Pretty sure this won’t be met with a positive answer, but is there a way to filter on a related field at the point of calling the data so the pagination works?
EDIT// Proposed solution is to turn all clients into categories which would sort my problem, but ideally I’d like to keep them as weblogs because it offers us more option with information.
