Tell us what you are trying to do?
I'd like to add the category name and category description field to the archive page I built with Toolset hidden link so that I know what category I'm looking at and can learn more about it. How can this be done?
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
Hello and thank you for contacting the Toolset support.
I can see that you have built the archive template using the blocks editor, right?
Currently, there are no blocks that will allow you to display the current category information. You will have to use shortcodes inside a Fields&Text block, a classic block, or a shortcode block.
For the category name use the following shortcode:
For the category description, use the following shortcode:
[wpv-taxonomy-description]
Read more about the Toolset shortcodes here https://toolset.com/documentation/programmer-reference/views/views-shortcodes/
I hope this helps. Let me know if you have any questions.
Thank you Jamal!
In my "[wpv-taxonomy-description]" field I would like to run the shortcode that is present in my Toolset archive layout. How can I do this?
Hello and my apologies for the late reply, but I do not work on Wednesdays and Thursdays.
I assume that you are using Toolset Layouts, right? If yes, you can use the Visual Editor Cell and use the shortcode inside of it. https://toolset.com/documentation/legacy-features/toolset-layouts/rich-content-cell-text-images-html/
Otherwise, I am not sure to understand your question. Can you elaborate more or add some screenshots to help me understand it better?