Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want to remove the whole sidebar just remove the <?php get_sidebar(); ?> tag from your single.php and page.php files.

    Greetz,

    Durgé
    Dimics.com

    Thread Starter jashsayani

    (@jashsayani)

    Thanks.

    But I want to remove it from all pages except the Home page (Blog).

    So, what file of those do I need to edit??

    Thread Starter jashsayani

    (@jashsayani)

    Ok, on editing page.php, The sidebar is gone.

    Now I need to increase the width of the pages… (Not Home page – blog)

    However, there are 2 CSS files

    FILE 1

    header {}
    content {}
    sidebar {}
    footer {}

    FILE 2

    //HEADER
    Several properties

    //CONTENT
    Several properties

    //SIDEBAR
    Several properties

    //FOOTER
    Several properties

    ———

    Now, in the page.php, the Header, Content, Footer, etc. DIVs exist. So, I need to find the relation between the 2 CSS files and edit the width for onlt the PAGES.php (Not index.php).

    Some help would be great! Thanks.

    Thread Starter jashsayani

    (@jashsayani)

    Done!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove widgets from other pages’ is closed to new replies.