Change sidebar content in blog

Discussion in 'GoldenEagle WordPress Theme' started by jerseymaids, Jan 6, 2013.

  1. jerseymaids

    jerseymaids New Member

    Joined:
    Jan 6, 2013
    Messages:
    4
    Likes Received:
    0
    I know there is an option to remove the sidebar in the blog. But is there a way to add different content to the sidebar of blog posts? Removing it entirely makes the blog look off-center and it seems strange. I'd like to instead add a link list that is not the default or some other widgets. But when adding them as widgets in the main area, they do not show up. Any suggestions?

    reference: http://laurenbeacham.com/blog/2012/12/31/farewell-2012/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Go to Appearance > widgets
    and drag and drop widgets of your interest in primary and secondary widget area.
    or
    If you want to show different widgets on each page then you can use
    "dynamic widget" plugin
    Download it from the link given below.
    http://wordpress.org/extend/plugins/dynamic-widgets/
     
  3. jerseymaids

    jerseymaids New Member

    Joined:
    Jan 6, 2013
    Messages:
    4
    Likes Received:
    0
    I have tried adding widgets as you suggested but they are still not showing up on the blog. Is there a way to instead center the blog posts rather than fill in the sidebar with other widgets?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to single.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]


    [​IMG]


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .post.single{
    padding-left:300px;
    }
    This will solve your issue.
     

Share This Page