• Hello,

    So I have a field group which should display some text on product category pages, but I cannot get the text to display.

    I am trying to position below the content/product grid in the Storefront theme.

    This is what I am trying to display this text via:

    add_action( ‘woocommerce_after_product_cat_loop_main_content’, ‘test_text’);
    function test_text() {
    the_field(‘group_5f7ee777725c8’);
    }

    Any help would be greatly appreciated ,

    Cheers

    The page I need help with: [log in to see the link]

The topic ‘Custom Text not Displayed on Page’ is closed to new replies.