Skip Navigation

[Resolved] Creating taxonomy Archives page with Divi theme with two sidebars

This support ticket is created 4 years, 8 months ago. 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.

Our next available supporter will start replying to tickets in about 0.01 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Karachi (GMT+05:00)

Author
Posts
#1572919

Thanks for the update and glad that my message helped.

Redirecting WordPress Archive pages to shadow regular pages can work in this case, though it would mean some extra work, unfortunately.

Alternatively, you can also try creating two pages for each sidebar's content and then fetch that content through the same "wpv-post-body" shortcode, but including the "item" attribute.

Tip: You can specify the target post/page's ID to the "wpv-post-body" shortcode through the "item" attribute, when no current post information is available or when you need the post content from a different post/page than the current one:
https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-post-body

Please let me know if you have any follow-up questions and for a new question or concern, you're welcome to start a new ticket.

#1573549

Hi Waqar,
Thanks for your reply.

I have used the Tip you have written before:
Alternatively, you can also try creating two pages for each sidebar's content and then fetch that content through the same "wpv-post-body" shortcode, but including the "item" attribute.

Tip: You can specify the target post/page's ID to the "wpv-post-body" shortcode through the "item" attribute, when no current post information is available or when you need the post content from a different post/page than the current one:
https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-post-body

And I have reassigned the WordPress Archives to Category Taxonomy, and the two "sidebars" columns are displayed correctly!!!

This solves the topic of this ticket.

Very thanks.

#1575127

Thanks for the update and glad that my tip proved useful.

You're welcome to mark this ticket as resolved and for a new question/concern, please open a new ticket.

We're here to help!

#1575985

My issue is resolved now. Thank you!