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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Add
URLManager
to implement some basic nice to have rewrite rulesExemple for this common pattern:
Permalinks are set to
/%category%/%postname%/
and category_base is set to "blog"We want the following URL:
/blog/
for the posts list page/blog/page/%paged%
for the posts list page with pagination/blog/%category/
for an archive page/blog/%category/page/%paged%+
for an archive page with pagination/blog/%category%/%postname%/
for a single postExemple file to achieve this result below
The text was updated successfully, but these errors were encountered: