rewrite_rule – working fine but broken for pagination
At first blush, your code looks solid. Two suggestions: 1) Try putting the longer rewrite rule before the shorter one. It’s possible that the first one is being matched (because it is a subset of the longer one) and then not proceeding to check the longer one. 2) Whenever you modify rewrite rules, you have … Read more