Support

Account

Home Forums Add-ons Repeater Field ACF repeater values within genesis_entry_content Reply To: ACF repeater values within genesis_entry_content

  • @mediawerk thank you very much for your help!

    I was able to get close to what I need with the following:

    add_action( 'genesis_entry_content', 'my_custom_function' );

    so no loop removing, as you said.

    I thank you!