I'm trying to remove string from the end of URL:
For example i have a structure like this:
http://sitename.com/category/first-category-name/?post_type=question
http://sitename.com/category/second-category-name/?post_type=question
http://sitename.com/category/...-category-name/?post_type=question
I would like to remove ?post_type=question
from the end of URL.
I found a lot of examples on stackoverflow, but no one works for me.
Thank you.