Replies: 0
I have a genesis themed page and I needed to remove the side bar. I added this code as suggested from this site (http://wpsites.net/web-design/remove-sidebar-home-page-posts/)
in the themes php of the child site
remove_action( ‘genesis_sidebar’, ‘genesis_do_sidebar’ );
it was fine
and then this
.home #content {
width: 100%;
}
and thats when the whole site and access to wordpress disappeared.
If i hit the back button i can get back into wordpress but then i hit update and get this error
Parse error: syntax error, unexpected ‘.’ in /home/content/p3pnexwpnas06_data03/46/3118746/html/wp-content/themes/chanel-theme/functions.php on line 37
I was developingthis ite for a friend and I was finished I just needed to remove the side bar and make the page wider (fill in the gaps)
Can anyone help. It was not backed up yet.
I have no problem rebuilding the site I just don’t know how to get worpress back up.