Is it possible to use different widgets for different pages? For example, can I use the Meta widget on some pages, and leave it off of others? If so, how would I go about this?
Any advice would be greatly appreciated.
Yes – it’s possible by creating an additional sidebar template (eg sidebar-foo.php) and then calling this new sidebar via <?php get_sidebar('bar');?> in a custom page template or via a conditional.