• Hi I’m something of newbie to WP. Kubrick is fine for me but for one thing , when you go to the posts own page you lose the navigation sidebar, what’s the easy way of getting this to appear? It shows up on all the other type of page
    My URL is http://www.thebluesvolcano.com

    Here’s an example Page http://www.thebluesvolcano.com/?p=547. See? No navigation. It’s made worse by the fact I’ve added a custom image for the header and in the process have lost the ability to click on the header to get back to the home page. That’s a pain butbi can live with that. I did a search on how to fix that but it seems to involve editing code and I really don’t want to get involved with that. Butbif any one knows a simple way?

    I did look at changing the theme to sortnoutbthese issues but I’m afraid that will likely just createbanother bunch of issues so I decided against

    Thanks guys!

    Tim

Viewing 3 replies - 1 through 3 (of 3 total)
  • look into single.php for the position of the ‘get_sidebar();’ line;

    edit page.php and add the same line to the same position.

    and change this line:

    <div id="content" class="widecolumn" role="main">

    to:

    <div id="content" class="narrowcolumn" role="main">
    Thread Starter thebluesvolcano

    (@thebluesvolcano)

    Thanks for replying so quickly. However when I looked at single.php the get sidebar line isn’t there. Any other ideas.

    my memory must have fooled me;

    check in index.php;

    and then make the changes in page.php and single.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Kubrick Navigation sidebar on post pages’ is closed to new replies.