This is my problem:
1. I have a link on home page:
http://localhost/hitechdream/get-products/?product_id=93.
When I open this page I need to change permalink like:
http://localhost/hitechdream/products/mobile-phone-xperia
I try to add rewrite rule to function.php and htaccess file but not working. I try to use some plugin but I dont know how I write that rule. I know how add rule when register post type and that working. When i view custom single post permalink is ok, but from this page is not.
I am not experiences developer and I dont know how write matches for this rule and where is best place for adding rule. Thanks