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.
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.
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!
My issue is resolved now. Thank you!