Support

Account

Home Forums Backend Issues (wp-admin) Display ACF fields (label & Excerpt) Reply To: Display ACF fields (label & Excerpt)

  • If it can help, I use Avada Theme and try to display my shortcode in a manual excerpt.

    I try to add these 2 lines in functions.php

    add_filter( ‘the_excerpt’, ‘shortcode_unautop’);
    add_filter( ‘the_excerpt’, ‘do_shortcode’);

    But it doesn’t change anything 🙁