Skip Navigation

[Resolved] When to use a page vs an archive?

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 1 year, 2 months ago.

Assisted by: Minesh.

Author
Posts
#2642109
Screenshot 2023-09-08 at 12.54.02.png

Hi, I am building a page that is a section about a product family.

I am not going to use an archive loop to show the product, since I am using different custom slideshows.

Therefore, I believe I could build the page as a normal page instead of an archive. The advantage of this approach is that it would be easier for the client to have all the pages available in wp-admin/edit.php?post_type=page, instead of having to remember where to find it.

2 questions:
1) is this approach correct?
2) I have created a page called /equipos-de-analisis-alimentario/, but I cannot see it on the front-end, since the page that opens is the archive page... (I haven't created an archive page for this - see screenshot attached)

How can I fix that?

#2642113

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It's actually user will have to decide when they want to go with archive page or normal page. As you shared in your case the page will be more easy to locate and accessible you can go with normal page there is no harm in that.

WordPress works with the unique slugs and if you already have any other entities already available with the same slug then you may get the malformed result.

What if you change the page slug to something other and check if that help you to resolve your issue.

#2642127

Hi Minesh, thank you for your fast reply.
Unfortunately I cannot change the page slug since has been defined by the SEO team. I guess I could change the archive slug somehow?

#2642155

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

The post type archive slug is of post type slug.

you can change the post type slug by editing your post type from Toolset => Post types and then you should re-save the permalinks from Settings => Permalink.

I suggest to go with changing the page slug if possible to ensure there should be no conflict.