php - Add additional content to WooCommerce layout? -
i'm trying add additional content (such banner image, additional loop) woocommerce plugin, i'm having trouble trying output such said content.
i'm trying make woocommerce output <div>s <img> tags in wrapper-end.php template area after <div>s, nothing comes up.
i've tried placing content after <?php woocommerce_content(); ?> in woocommerce.php, duplicates every single page afterwards.
i'm confused. possible? doing wrong?

i'm trying this.
can share experience?
if don't use catch-all woocommerce_content() function, hooks instead, can customize every page individually copying files woocommerce/template yourtheme/woocommerce. see woocommerce docs more info.
the templates show other hooks & filters can use place content.
Comments
Post a Comment