• Hey everyone,

    I’m creating a products plugin and I’m fairly new to WordPress so I have hit a roadblock ??

    I need to setup a plugin that tells any sub-pages of /products/ to go to the /products/ page with a variable with the sub-page name. The database will then be called which will allow the /products/ page to grab the product info and display it. Meanwhile, the address bar would still display https://www.mysite.com/products/name/

    Is this possible? Unfortunately, editing the htaccess file is not possible so it would have to be in plugin form.

    How could I go about accomplishing this? I know there are ecommerce plugins out there but I’m looking for something more custom.

    Thanks in advance for your help! ??

    Wes

Viewing 1 replies (of 1 total)
  • Thread Starter FireStorm Plugins

    (@wfernley)

    I ended up figuring this issue out by using $wp_rewrite. It was quite simple actually.

    Do a search on the forums for $wp_rewrite if you are looking to do the same thing as there are a few posts (with examples) on how to accomplish this.

Viewing 1 replies (of 1 total)
  • The topic ‘Need Help – Sending /products/name/ to /products/ Page with Variable = “name”’ is closed to new replies.