• commonsensejournal

    (@commonsensejournal)


    I have searched and searched and have not found this question on this site or other sites, or a plug-in for it. Is there any way to get the sidebar that is on the index.php page to also be on the permanent links? If someone navigates to a single post from my site from google.com, I want them to see not just the single post but also the sidebar, but I can’t figure out how to get it there.

    Thanks, Chad

Viewing 1 replies (of 1 total)
  • 3stripe

    (@3stripe)

    I’m guessing your using the Kubrick theme – http://blog.taragana.com/index.php/archive/how-to-display-sidebar-in-single-post-in-wordpress-20-default-kubrick-theme/ should sort ya out:

    “WordPress default theme (Kubrick based) does not display sidebar on single post page. However with a minor change in the theme you can make it to display sidebar. This works in the default theme of WordPress 2.0 and 1.5.x.

    Login as admin.
    Click on Presentation / Theme Editor / Single Post.
    Change the second line from:
    <div id=”content” class=”widecolumn”>
    to
    <div id=”content” class=”narrowcolumn”>

    Then add this line :
    <?php get_sidebar(); ?>

    just before the last line containing:
    <?php get_footer(); ?>

    You are done!”

Viewing 1 replies (of 1 total)

The topic ‘side bar in permanent links?’ is closed to new replies.