Archived topic
Custom Pagination
1 reply · Started by Sars on December 25, 2020
Dear Team,
How to achieve this kind of pagination
1) Inserting keyword instead of the word "Page" . Example:
https://example.com/blog/2020/12/page/2/ will be: https://example.com/blog/2020/12/<keyword>/2/
2) Grouping all the url structure by "Hyphen" instead of "/"
https://example.com/blog/2020/12/page/2/ will be: https://example.com/blog/2020-12-keyword-2/
Thank you
Hi there,
The permalink structure is completely handled by WordPress itself in the settings screen:
https://wordpress.org/support/article/settings-permalinks-screen/
You will need to check with the WordPress support team if you need further customization on it.
Hope this helps to get you started :)