Forums

Different Sidebars in Single Post? (8 posts)

  1. aresem
    Member
    Posted 3 years ago #

    hi,

    i'm having a problem thats been urking me for the last little while. in single posts, my sidebar is the same as the sidebar on the main blog page. how do i customize my single post sidebar? i've been looking right and left and have tried a million things but nothing seems to work.

    the reason i need my single post sidebar to be customized is because the sidebar seems to run on too long if i'm posting short posts, thus causing my page to look.. well... weird. to further illustrate my problem, i posted a picture below. someone PLEEEEASE help me!

    http://aresem.com/images/sidebar_problem.JPG

  2. roya khosravi
    Member
    Posted 3 years ago #

    1. create a new sidebar, call it sidebar-something.php
    2. in single.php add : <?php get_sidebar('something'); ?>

  3. roya khosravi
    Member
    Posted 3 years ago #

    Correction :
    1. create a new sidebar, call it sidebar-something.php
    2. in single.php
    replace <?php get_sidebar(); ?>
    by
    <?php get_sidebar('something'); ?>

  4. aresem
    Member
    Posted 3 years ago #

    sorry.. i'm a total newb. how do i create a new sidebar php?

  5. MichaelH
    Volunteer
    Posted 3 years ago #

    Copy your existing sidebar.php to sidebar-something.php and then edit as suggested.

    Resources:
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

  6. aresem
    Member
    Posted 3 years ago #

    edit

  7. aresem
    Member
    Posted 3 years ago #

    ok i replaced the original sidebar.php with the new one and now i get 2 sidebars...

    http://aresem.com/images/sidebar_problem2.JPG

  8. TheCostaRicaNews
    Member
    Posted 2 years ago #

    Hi, I'm having a similar issue, but a bit more complicated. I have created different sidebars for each of my category pages and I would like the posts in a specific category to display the category sidebar. I'm assuming I need to add some form of "if" statement to what you have above, but my coding ability from scratch is limited.

    any help? my site is here http://thecostaricanews.com

    Thanks in advance.

Topic Closed

This topic has been closed to new replies.

About this Topic