I want to get safe variables and clean urls using wp_rewrite.
Example:
/%category%/%postname%/?action=play
to
/%category%/%postname%/play/
Still can't find solution. Everytime get 404 error. Please help me
|
I want to get safe variables and clean urls using wp_rewrite. Example:
to
Still can't find solution. Everytime get 404 error. Please help me |
|||
|
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
do you re-save your permalinks every time you make a change to wp_rewrite? otherwise you will get 404. additionally, you should post what you've tried. try this tutorial: http://www.rlmseo.com/blog/passing-get-query-string-parameters-in-wordpress-url/ |
|||||||
|