Navigation überspringen

[Closed] Build out the structure of the WP site that is moved from Joomla

This support ticket is created vor 4 years, 11 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Zeitzone des Unterstützers: America/New_York (GMT-04:00)

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Christian Cox vor 4 years, 11 months.

Assistiert von: Christian Cox.

Author
Artikel
#2115273

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) versteckter 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 versteckter Link, we also need to buildout this page.
From here they might click through to Slussventiler versteckter Link
Then vatten versteckter Link
Then they will see the product options versteckter 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. versteckter 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 - versteckter Link
2. Avstängningsventiler - versteckter Link
3. Slussventiler - versteckter Link
4. Vatten - versteckter Link

To get to product
versteckter Link

What is the link to your site?

versteckter Link

Thank you,

#2115465

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?

#2122189

We are on vaccation. Please hold this support topic alive.
We will be back week 33

#2122357

Of course, I will stand by for your update.

The topic ‘[Closed] Build out the structure of the WP site that is moved from Joomla’ is closed to new replies.