Custom fields on a single page

Support General Custom fields on a single page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43197
    jw_blnjw_bln
    Participant

    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.

    #43227
    PeterPeter
    Moderator

    Hello,

    If you just output the custom field value with Bricks builder, I think there is no issue there. And you can use the default Page of WordPress. To filter the value in the current language, you should ask the language plugin support for more information.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.