• For some reason, my right sidebar is not appearing if viewing a single post on my site.

    Shows up everywhere else.

    Have been searching the forums, and most people say u need to make sure this is included in single.php –

    <?php include(‘sidebar.php’); ?>

    I do have this showing, yet as I said, only the left sidebar shows on single posts, right is missing.

    here’s an example on my site

    https://hornyoyster.com/?p=17

Viewing 4 replies - 1 through 4 (of 4 total)
  • In many themes that happens by design. I am not familiar with the one you are using. Pick another theme that keeps the sidebar all the time.

    Thread Starter cashbagg

    (@cashbagg)

    haha not after all the hours I put into it. There must be a way??

    Thread Starter cashbagg

    (@cashbagg)

    I went back and looked at the original free theme i used. Checked out a site using it in the exact form from author, and lo and behold, sidebar does show in posts.

    Which means my customizing somehow caused this to happen.

    At least there’s hope of getting it back.

    I had this problem too, and adding in the
    <?php include(‘sidebar.php’); ?>
    didn’t help on its own.

    In the same file, single.php, I also had to change the class of the outer div from widecolumn to narrowcolumn and then I had a proper sidebar with all the right things in.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right sidebar doesn’t show in single post’ is closed to new replies.