add this to the theme’s single.php
<?php get_sidebar(); ?>
right before
<?php get_footer(); ?>
make sure it is after the last </div>
Thread Starter
jthyge
(@jthyge)
Hey samboll.
Thanks for the help, the sidebar is now showed on the permalink side, but in the bottom of the page.
I would like it on the right side of the “blog”.
Best regards,
Jesper
Thread Starter
jthyge
(@jthyge)
Ohh… Found out that it worked if I also changed
<div id=”content” class=”widecolumn” role=”main”>
to
<div id=”content” class=”narrowcolumn” role=”main”>
in single.php
Thanks… 😀