Viewing 5 replies - 1 through 5 (of 5 total)
  • remove this <?php get_sidebar(); ?>
    from your template file.

    Thread Starter jrcollins

    (@jrcollins)

    I only want the sidebars on the home page. Do I need to modify functions.php?

    no u have to put condition
    like

    if(is_home()){ <?php get_sidebar(); ?> this}
    else{}

    @mukesh27: That will kill the sidebar on all pages, and will leave a blank area where the sidebar was.

    @jrcollins: Creating a no-sidebar page for that theme will require creating a special template for the page, a special replacement for footer.php, and modifications to style.css.

    That is too much to be addressed in this forum. You may need to hire someone to do this work. You can post a free job request at jobs.wordpress.net

    Thread Starter jrcollins

    (@jrcollins)

    ok thanks, seems like it’s beyond my limited experience. I’ll try that link you suggested.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘no sidebars page template’ is closed to new replies.