Viewing 1 replies (of 1 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Add it to your footer.php or page.php theme file. You can use a conditional e.g.:

    <?php if ( is_woocommerce() ) : ?>
     Add some text
    <?php endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce – Text to the bottom of Homepage’ is closed to new replies.