Support

Account

Home Forums Front-end Issues Custom Field not showing on Woocommerce category?

Unread

Custom Field not showing on Woocommerce category?

  • Hi,

    I’m trying to change some content in the header.php using a ACF custom field.
    I have managed to get it working on normal pages.
    I can get the custom field text field to appear on the woocommerce category.
    However the field wont update on the front-end.

    Here’s the php in the header.php

    <div class=”SloganBanner”>
    <?php the_field(‘page_intro’); ?>
    <h1>Hello</h1>
    </div>

    —-

    Since it works fine with pages, I’m guessing it I’ll need a more complex field type for categories?

    If somebody could help that would be great :).

    Thanks
    Tom

Viewing 1 post (of 1 total)

The topic ‘Custom Field not showing on Woocommerce category?’ is closed to new replies.