Assuming I have this URL:
http://site.com/?get=something
How can I change it to a nice URL that looks like:
http://site.com/get_something
using WP’s URL rewriting system?
Assuming I have this URL:
http://site.com/?get=something
How can I change it to a nice URL that looks like:
http://site.com/get_something
using WP’s URL rewriting system?
You must be logged in to post a comment.
First add get to query vars array:
then add the rewrite rule