• Hi

    I am working on a website which will showcase products. On the website there will a products section, a support section and a downloads section.

    I could create a custom post type for each of these sections however because there are a couple of fields that are common on all sections (e.g. Product Name, Categories), I would like to create one custom post in the admin area which contains all the fields required to make it easier to update from an admin point of view. Once set up, I would then like someone to be able to go to certain URLs and then be shown the relevant information. For example:

    -www.website.com/products/product1 would show product description, images & spec

    -www.website.com/support/product1 would show FAQs & Instructions

    -www.website.com/downloads/product1 would show a list of downloadable content

    I am able to create the custom post type, I’m just not sure if it is possible to access the information via 3 different URLs. Has anyone done something similar to this before?

    Many thanks in advance.

  • The topic ‘Custom Posts displaying information on different URLs’ is closed to new replies.