Homepage control
-
I created a child theme and wanted to use woocommerce homepage control, so swapped out in index.php your code with the following
<div class="container"> <div class="row"> <div id="primary" <?php bavotasan_primary_attr(); ?>> <?php if ( is_home() ) { do_action( 'homepage'); } ?> </div> <?php get_sidebar(); ?> </div> </div>
Everything works fine – I think – but it looks like the homepage control plugin won’t work!
I was thinking of upgrading, but perhaps I should look a bit further for a homepage control compatible theme?
Thanks for your help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Homepage control’ is closed to new replies.