Viewing 5 replies - 1 through 5 (of 5 total)
  • Try amending your theme’s single.php template file to include the call to <?php get_sidebar();?>. You’ll also need to match the CSS classes and general structure as used in index.php.

    Thread Starter sahlink

    (@sahlink)

    Thanks for the tip.. I tried adding the call to get_sidebar().. but for me it added it below, not next to.

    I am definately a novice at this.. I am just using the WordPress Default_Theme for both. Would you mind posted how you think it would need to look? Sorry to ask, but I am at wits end.

    That is a heavily-modified version of the Kubrick theme!

    Try editing single.php and changing <div id="content" class="widecolumn" role="main"> to <div id="content" class="narrowcolumn" role="main">. Then change <?php get_footer(); ?> to <?php get_sidebar(); get_footer(); ?>,

    Thread Starter sahlink

    (@sahlink)

    Thank You! Thank You!

    You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Single Post Display is displaying something different.’ is closed to new replies.