Support

Account

Home Forums General Issues using ACF without access to custom-post.php Reply To: using ACF without access to custom-post.php

  • Thank you for the quick response John, I really appreciate your help.

    I understand that shortcodes are set-up for simple fields, but it is working in the_content section of a page I have to use.

    The output can be seen here.https://legally-linked.com/groups/clifford-chance/law-firm-technology/

    All the boxes are showing the array via shortcode.

    I have had a look at the format value link you sent, not sure what to add to functions.php

    Something here for shortcodes for select or array fields

    // Render shortcodes in all select values.
    return do_shortcode( $value );
    }

    or something with this

    acf/format_value/type={$type}

    It’s not clear how to remove the commas.

    Best regards

    John