• Resolved Anokina Shahbaz

    (@anokina-shahbaz)


    How do I get my side bar to ONLY appear on the Home page, and not every other page?? chasemymuse.com
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Anokina Shahbaz

    (@anokina-shahbaz)

    I used the following codea:
    <?php if ( is_front_page() ) { ?>
    <?php } ?>

    Now the sidebar is only on my home page; however, the other pages are left aligned; how can I get them to CENTER now that I removed the sidebar??

    Thread Starter Anokina Shahbaz

    (@anokina-shahbaz)

    Thanks

    Hi Anokina,

    I want to do the same thing with my site! Where did you place the above code to get it to work?

    Thanks,

    Emily

    Thread Starter Anokina Shahbaz

    (@anokina-shahbaz)

    Hi Emily,

    I downloaded the plugin called “Simple Custom CSS” and put my code in there whenever I want to make changes to the theme. This way it doesn’t affect the theme’s code when they have a new version out. Hope this helps!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Side Bar only on Home page’ is closed to new replies.