Friendly Params
The plugin fo Wordpress renders parameters in friendly URL format.
by Rômulo Brasil · github.com/romulobrasil/friendly-params · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/romulobrasil/friendly-params/archive/refs/heads/master.zipFrom the readme
Friendly Params Wordpress
The plugin renders parameters in friendly URL format.
Guia em português do Friendly Params Wordpress
How to use
In the function fpvar, you will add your variables.
where will use like this for a variable.
and so if it is more than one variable, case like this:
Example: /events/year/month
Following in the function fpdorewrite, in the line you will change page-name for your page and varname, for the variable you added in the previous function.
If there is more than one variable, matches are accessed through the array key.
Example: /events/year/month
Thankful!
Rômulo Brasil