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?

woocommerce layout

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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -