Blog with content in tabs

I’m looking to build a blog to share different travel itineraries -

is there a solution that would allow me to separate the content of a specific blog post into different tabs to represent the # of days of the trip?

Example: I might be sharing a 3 day itinerary for Mexico City. I would want the blog post title to be “3 days in CDMX” and then be able to utilize the tab component to split out each day on an individual tab so when the visitor clicks on the tab/day they see the content of that specific day.

Any solutions?
Thanks

Hey @Andrew_Jacobs and welcome to the community! :wave:

The easiest solution would be to make separate fields for each tab you’d want to show and then create separate tab elements on the collection page tied to those fields. This means that if certain posts had varying amounts of tabs, you’d want to create enough fields to account for those posts and then use conditional visibility to hide the tabs that aren’t being used.

Hopefully that helps point you in the right direction but don’t hesitate to reach out if you have any questions or run into issues :+1:

Thank you this is helpful!