Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. Try adding <?php get_sidebar();?> to your theme’s single.php template file.

    2. In single.php, try removing:

    <div class="navigation">
    <div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
    <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
    </div>

    from the top of the Loop. In index.php, try removing the <br /><br /> – again at the top of the Loop

    Thread Starter killacelebrity

    (@killacelebrity)

    Thank you very much. Issue 2 is resolved though Issue 1 still stands.

    Following the recommended steps, it seems like I can only get the sidebar to appear above or below the post.

    Is this to do with the placement of the get_sidebar?

    Here is the current single.php code:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter killacelebrity

    (@killacelebrity)

    Sorry that was the wrong code.

    Here is single.php:
    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter killacelebrity

    (@killacelebrity)

    Here is single.php using pastebin:

    http://wordpress.pastebin.ca/1816189

    Cheers,

    -Lachlan.

    Thread Starter killacelebrity

    (@killacelebrity)

    I have resolved this by changing the call of ‘widecolumn’ to ‘narrowcolumn’.

    I also had an open DIV take.

    Thank you for all your support.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No sidebar in posts some minor spacing issues’ is closed to new replies.