Archive for the ‘Wordpress’ Category

Include the Wordpress Sidebar on Single Post Pages

Tuesday, September 18th, 2007

Here’s a simple change to include the Wordpress sidebar on all single post pages

Edit the “single.php” template.

Change this line at the top:

To this:

and to the bottom of the file, add:

above the similar call for the footer.

That’s it.

You can also make this change to the other pages that display without a sidebar by default.