RTO-Websites/dynamic-conditions

Not Recognizing Pagination URLs in Acrhives

Closed this issue · 2 comments

Not sure if this is a feature request or a bug. But when I tell it to check the Archive URL as a condition it does not recognize any of the pagination parts.

I want to filter on /page/:

  • /blog/page/2/
  • /category/credit/page/2/

But it only recognizes

  • /blog/
  • /category/credit/

Would be really helpful if it could see the extra part of the URL.

Hello,

i think you could use "Request parameter" instead of archive url.
There you can select query var as type and enter "paged" as parameter name.
This should give you the current page-number.

image

You sir are a lifesaver. I tried Query Var page, not paged. It worked.

Thanks!