Different Sidebars for Different Pages...

Discussion in 'WordPress' started by claw, Mar 23, 2011.

  1. #1
    Hi everyone,

    I wanted some advice about displaying different sidebars on different pages of my wordpress blog...

    Basically, some pages / posts are way longer than others and I want to fill up the white space in the sidebars on these particular pages...

    Any help would b e gratefully appreciated

    Claw :cool:
     
    claw, Mar 23, 2011 IP
  2. lokers

    lokers Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    maybe this?
    wpbeginner.com/wp-themes/display-different-sidebar-for-each-post-and-page-for-wordpress/
     
    lokers, Mar 23, 2011 IP
  3. dsimi

    dsimi Member

    Messages:
    265
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #3
    If you looking for custom template page Make a php file sidebar-name.php like sidebar.php

    Then specify into the page u want as below

    
    <?php get_sidebar('name');?>
    
    Code (markup):
     
    dsimi, Mar 23, 2011 IP
  4. TheWebWizz

    TheWebWizz Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The Widget Logic plugin (can´t post link but just google widget logic wordpress) is the best way of doing this.

    You can have all sorts of combinations of sidebars on different pages and posts very easily.

    TheWebWizz
     
    TheWebWizz, Mar 24, 2011 IP
  5. mohsinpatel

    mohsinpatel Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you can create two separate widget sidebar for index page and single page

    u can use function.php file to make related changes (do only if you are much familiar with Word press)

    Two sidebar will definayly give good boost to SEO

    alternatively create two php file for sidebar1.php and sidebar2.php and include those files

    let me know prob u faced
     
    mohsinpatel, Mar 26, 2011 IP
  6. claw

    claw Greenhorn

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Thanks for the help guys...
     
    claw, Mar 28, 2011 IP