Viewing 2 replies - 1 through 2 (of 2 total)
  • George

    (@georgegecewicz)

    Howdy 🙂
    This is a little technical, but if you can access the site files you have live on this site, navigate to the file called page.php.

    Go down to the last line of code, then go up 4 lines.

    Find this little piece of code: <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>

    Either delete this line or replace it with this:
    <?php // include (TEMPLATEPATH . '/sidebar1.php'); ?>
    or this:
    <?php # include (TEMPLATEPATH . '/sidebar1.php'); ?>

    Let me know if that works. If it removes the sidebar but the content still doesn’t stretch over, let me know and there’s some simple code you can plug in to make that work.

    -George

    Hi,

    I’m trying to do the same thing for one of my pages on my site. I removed the sidebar for the individual page but I am unable to find a way to extend the text area so my entire image can be shown. Here is the link to the page in question and it will be obvious as to what I am talking about.

    http://www.golivetoday.com/wp/?page_id=126

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to remove sidebar and extend content where sidebar is located’ is closed to new replies.