Viewing 1 replies (of 1 total)
  • Thread Starter MrWeix

    (@mrweix)

    Found the solution on their website:

    Use the function simple_fields_value() to get value(s) from repeatable fields.

    The function can take 3 arguments:

    1) the field slug(s) to get the value for
    2) the post to get the values from (optional, defaults to the current post in the loop)
    3) options to send to field type (as array or query string).

    simple_fields_value(‘simplefieldslug’,$post_id) solves my problem.

Viewing 1 replies (of 1 total)

The topic ‘simple_fields_value across different post’ is closed to new replies.