Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    If each product slug is associated with a post, be it a page post type, custom post type, or regular post, WP doesn’t really care what else occurs before the slug. The following URLs all will display the same single page:
    mysite.com/nokia-lumina-925
    mysite.com/products/nokia-lumina-925
    mysite.com/automobiles/nokia-lumina-925

    The one restriction is the URL cannot contain content that WP would recognize and assign to a query variable, such as /category/ or /2013/. Including such things in the URL will result in a 404 error.

Viewing 1 replies (of 1 total)

The topic ‘Product database’ is closed to new replies.