IT Nursery
One of the examples using add_rewrite_rule function in wordpress is add_rewrite_rule('^nutrition/([^/]*)/([^/]*)/?','index.php?page_id=12&food=$matches[1]&variety=$matches[2]','top'); I can understand where matches[1] is and where matches...
  • May 26, 2022
  • 0 Comments