jgw52 0 Report post Posted March 9, 2011 Hi I put the code below in platformbase functions.php and it caused an immediate server error. All my pages then returned the same error. I ftp'd the file (couldn't get to Wordpress admin), deleted the new code and all is well. I'm trying to make the content area on a single page expand when I hide my secondary sidebar. I'd appreciate any ideas. Thanks. ` <?php if ( is_page('board members') ) { ?> .two-sidebar-center #column-main .mcolumn-pad { padding-right: 20px; padding-left: 20px; width: 700px; } <?php } ?> ` Share this post Link to post Share on other sites
jgw52 0 Report post Posted March 9, 2011 Following the advice in another thread I used the page meta settings and achieved my goal but changes to functions.php (base) still makes everything fall apart. I don't plan to make changes to functions.php much, if at all, so for now its a non-issue (for me) but it seems like a small thing to make my whole site crash, and prevent access to wp admin. Am I doing something wrong? Ta again. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 10, 2011 If you don't need to use functions.php, just download the theme again, extract it to take out just functions.php and upload it overwriting the old one. Thanks, Bryan Share this post Link to post Share on other sites