Need to remove widgets? from post pages

Discussion in 'Themia WordPress Theme' started by jonvan, Jan 29, 2013.

  1. jonvan

    jonvan New Member

    Joined:
    Feb 24, 2012
    Messages:
    7
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Go to blog.php present in your theme directory and remove the code given below
    Code:
     <?php get_sidebar(); ?>
    Sending image for reference
    [​IMG]


    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content_wrapper .side_content .post .post_info {
    display: none;
    }
     
  3. jonvan

    jonvan New Member

    Joined:
    Feb 24, 2012
    Messages:
    7
    Likes Received:
    0
    As usual...prompt and great advice. I like posting code in the Styling options as it is easy to see what has been done instead of changing the "editor"
     

Share This Page