Support

Account

Home Forums ACF PRO Displaying “append” or “prepend” to the page

Unread

Displaying “append” or “prepend” to the page

  • Hi there,

    I understand that there is a way we can echo the “prepend” or “append” to the front end. And I also read a similar forum here. However, the solution didn’t give me any luck with my code below. I wonder if anyone can please give me some guidance.


    <?php if (get_sub_field("price_tag ['append']")):
    echo get_sub_field("price_tag ['append']");
    endif; ?>

    This was called from a group, thus using the get_sub_field.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.