The default setting for the ‘Wide’ widget is that it displays on the homepage only. I would like to have it appear on all site pages. Does anyone know how to do this? Or would like to take a guess?
Charlie
You can edit the respective template files and add this line in the appropriate location:
<?php get_sidebar( 'wide' ); ?>
Hello Daniel,
I face the opposite issue: my wide-widget appears on my landing-page (as desired) but also shows on the blog-page (not desired).
Where can I correct this issue?
Thanks