How to remove side bar of blog post?

Discussion in 'GoldenEagle WordPress Theme' started by aliakbarshabbir, May 13, 2013.

Thread Status:
Not open for further replies.
  1. aliakbarshabbir

    aliakbarshabbir New Member

    Joined:
    Sep 26, 2012
    Messages:
    14
    Likes Received:
    0
    Hi,

    I want my every blog page to be in full width. I tried the code below

    .sidebar {
    display: none;
    }

    Also I remove the alpha and omega as advised in other post from the blog.php. But still does not work.

    Please help...
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the blog.php file present in your Theme directory and edit the code as shown in the image given below.
    [​IMG]
    [​IMG]

    Similarly, Do the same in the single.php file present in your Theme directory.
    This will solve your issue.
     
  3. aliakbarshabbir

    aliakbarshabbir New Member

    Joined:
    Sep 26, 2012
    Messages:
    14
    Likes Received:
    0
    Thank you. It worked... Great!!!
     
Thread Status:
Not open for further replies.

Share This Page