When I set a limit in a paginating weblog tag and use a condition to show only certain elements it naturally thows off the pagination.
I want to show only entries from one member group and am filtering the results using
group_id=”{specific_member_group}|6”
where the 6 is the member group id of a global contributor - the entries from member_group 6 are only needed including if they are “sticky” as designated by a dropdown in the publishing area (ie set to “yes”).
I have tried using search:is_sticky=“yes” which only returns those which are sticky and ignores the group_id=”{specific_member_group}” - is there a way to search for the member_group in conjunction with the is_stick=“yes”
or will this need a query or some php to make it work properly?
Thanks 😊
Moved to CodeShare Corner by Moderator