Hello, Moshu & all!
I’ve tried the above, as well as the other trick floating-around.. Adding <?php get_sidebar(); ?>
just before <?php get_footer(); ?> (of course, after changing the content id to “narrowcolumn.”
Both techniques work quite well!
Only problem is that the newly aquired navbar in the single.php loses its background color…. Where it’s a light gray everywhere else (this is the default template), when it’s introduced to single.php, it’s a white background.
Same is true with both techniques – It’s almost as though, somewhere, there’s a line of code that says, “Make it gray everywhere, unless the file is called single.php” <smile>
Seriously – I’ve looked everywhere, and can’t figure out how to make it look as it does everywhere else now that I finally have the sidebar in sidebar.php
Thank you in advance for your guidance!