I am passing to my url some variables to display latest posts, most viewed etc.
http://website.com/?r_sortby=highest_rated
I am wondering how to create a custom path for it instead for SEO purpose ie. http://website.com/highest-rated/
Help anyone:)
|
I am passing to my url some variables to display latest posts, most viewed etc. http://website.com/?r_sortby=highest_rated I am wondering how to create a custom path for it instead for SEO purpose ie. http://website.com/highest-rated/ Help anyone:) |
|||
|
|
|
You could add the path via
You could alter any relevant query vars with this method, for example a meta query to sort posts by rating. |
|||
|
|