I would like to place the store notice only on the home page

[ad_1]

How can I do that? I used this snippet, but it hides the notice everywhere.

//

function display\_store\_notice\_on\_home\_page\_only() { if ( is\_home() ) { add\_action( ‘wp\_footer’, ‘woocommerce\_demo\_store’, 10 ); } else { remove\_action( ‘wp\_footer’, ‘woocommerce\_demo\_store’, 10 ); } } add\_action( ‘wp’, ‘display\_store\_notice\_on\_home\_page\_only’ );

//

​

Any suggestion?

Thanks!

[ad_2]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer