• Resolved Fawzi

    (@fauzurrahman15)


    Why url pagination appears like this “site.com/page/2” and not “site.com/page-2”?

    If it’s not a bad thing, how to achieve that? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • It is a “bad thing”. Well, not bad, but ambiguous.
    When you create a page, the slug is the title with special characters removed. If you create two pages with the same title, the second one will have -2 on the end to distinguish it from the original. That syntax is for a separate entry in the database.

    Pagination is handled with slashes in the URL so it can be parsed unambiguously.

    Thread Starter Fawzi

    (@fauzurrahman15)

    Okay, thanks for explaining…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Url pagination’ is closed to new replies.