How to use add_rewrite_rule function to rewrite url

www.ke6.com/text/month (The text is category name,cat id is 2)

www.ke6.com/?cat=2&score=month

Read More

my code:

add_rewrite_rule('^text/month/?','index.php?cat=2&score=month','top');

But it doesn’t work.
When I visit it,actually it was www.ke6.com/category/text/.

Related posts

Leave a Reply