• Resolved bissy

    (@bissy)


    I using WP 5.9, and NOT using WooCommerce.
    I set up checkbox with ACF meta key. (e.g. _soldout)
    And front end checkbox label show like below.

    [??] Field_61dccd30f54e0

    I want do like this.
    [??] Sold Out

    May I tell me how should I do?
    Best regards.

Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @bissy

    Thank you for using Filter Everything.

    Let me know what exactly meta key you use for your ACF field (I mean ACF field but not filter). Is it equal to the meta key you use for the filter?

    Because if you use key e.g. “my_key” ACF creates two fields “_my_key” and “my_key”. And for a filter you have to use “my_key” without underscore at the start of the key.

    Other possible reason is if your field values are Post objects. In this case you have to add next code https://gist.github.com/wpserve/48277fc0320239d05b1d6e2c4da3db20 in the functions.php file of your active theme and adit it in accordance with your meta key.

Viewing 1 replies (of 1 total)
  • The topic ‘ACF checkbox labels shows ‘field..’ key’ is closed to new replies.