I have a complex single page.
On the page are different sections, where similar content is assigned (therefore MetaBox).
To explain it the easy way one example:
One section has many chips (small information block, with picture, label, tooltip) where we have different languages and different areas, this means we have a lot of expressions with the same structure.
Again we have only one page.
Also, I want to use AJAX to render different sections on scroll (to fight again long loading times).
I am not sure, what is the best way: a) to create a full template page and fetch those or b) fetch Metabox directly and render in a template...
I guess I'll create the complete section templates, in this case:
Please can you explain, how I filter and loop through those fields on a single page (I am using Bricksbuilder).
E.g. I do not understand which post type I choose as I do not have different pages (but only a section on a single page)? wp-query is not relevant (as far as I see)... How I do filter e.g. for a single language?
Is it possible to loop through the main content and loop through smaller sections, like this:
- page
-- section 1
--- same text field content
-- section 2
--- same text field content
--- additional part of the section where I need to loop through fields (like chips)
-- section 3
--- same text field content
Thanks for your feedback.