You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install SilverStripe Blog
Create a few blog posts
Create a category, with enough posts in to trigger pagination
Browse on the frontend /blog/category-slug/ look at page source and you'll see the tag <link rel="next" href="/blog/?start=12"> instead of ... href="/blog/category-slug/?start=12"
Down to SeoPageExtension::getPaginationNextTag() using getPageURL() which uses the Controller Link method.
The text was updated successfully, but these errors were encountered:
Install SilverStripe Blog
Create a few blog posts
Create a category, with enough posts in to trigger pagination
Browse on the frontend
/blog/category-slug/
look at page source and you'll see the tag<link rel="next" href="/blog/?start=12">
instead of... href="/blog/category-slug/?start=12"
Down to
SeoPageExtension::getPaginationNextTag()
usinggetPageURL()
which uses the Controller Link method.The text was updated successfully, but these errors were encountered: