Tell us what you are trying to do?
Hi,
We moved the indva.se site from Joomla to WP.
We now want to set up the structure of the site.
So if our visitors go to products (produkter) hidden link they will see a similar page on WP. How do we build that page with toolset?
From there our visitors choose for example Avstängningsventiler hidden link, we also need to buildout this page.
From here they might click through to Slussventiler hidden link
Then vatten hidden link
Then they will see the product options hidden link
I have started creating the product page template. But how do we build out the structure? Can we do it with WP categories? Archives?
Please guides us on this,
Is there any documentation that you are following?
We want the site to be similar to the original Joomla site. hidden link
Is there a similar example that we can see?
Here’s an example of how a visitor will find the right product.
1. Produkter - hidden link
2. Avstängningsventiler - hidden link
3. Slussventiler - hidden link
4. Vatten - hidden link
To get to product
hidden link
What is the link to your site?
hidden link
Thank you,
Hello, in a typical WordPress site, you could set up the following structures:
- A custom post type "Produkter"
--- You can create a Content Template for Produkter posts using Toolset.
--- Each Produkter post would be displayed using this Content Template at URLs like:
---- /produkter/post-slug-1
---- /produkter/post-slug-2
---- /produkter/post-slug-3, etc.
- An archive of Produkter posts. This archive is a list of all Produkter posts, and would normally be displayed at a URL like:
- /produkter/
--- You can create a WordPress Archive in Toolset to design the Produkter listings
- A Taxonomy "Category" applied to the Produkter post type. This allows you to assign Category terms to each Produkter post.
- An archive of Produkter posts in each "Category" term. These lists would appear at URLs like:
- /category/term-1
- /category/term-2
- /category/term-3
--- You can create a WordPress Archive for the Category taxonomy in Toolset to design the Produkter listings for this taxonomy archive.
I'm not clear about Avstangningsventiler and its place in the WordPress environment. I assume Produkter is a custom post type, but I'm not sure about Avstangningsventiler. Is this a separate custom post type, a taxonomy, or something else? How is it implemented in your WordPress environment?
We are on vaccation. Please hold this support topic alive.
We will be back week 33
Of course, I will stand by for your update.