Support

Account

Home Forums General Issues Set up a single post meta with the field Group

Solving

Set up a single post meta with the field Group

  • Hi, is it possible with the Group field to enter all internal fields as values of the Group field?

    Currently ACF creates a field for each metabox, but I would like to end up with a single post meta in the database with all the article values in it.

    I need them to set the article template of my custom theme.

    I want to reduce the number of database queries to a single query and take advantage of the longtext of the meta_value field at this point.

    Any information is really appreciated, thank you very much.

  • I solved the problem through a series of PHP functions. Now the plugin no longer generates two post meta for each field, but only one post meta for all fields.

    Now one last problem remains for me to solve. When I enter, save or reload the page dedicated to the field groups in question, the page takes several times to load. About 10 to 20 seconds. What is this due to since it no longer creates the meta posts when they are created?

  • The strange thing is that the page itself loads in maximum 1.5 seconds, but the page keeps loading for more than 40 seconds loading I don’t know what. How can I debug this or do you have any idea what it could be? Thanks to those who will help!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.