Hello,
I’ve recently completed chapter 5 of the Wicked Wordpress themes book. I created the child theme, added all of the code to the functions.php page and everything seems to work fine.
BUT
It seems to have broke the backend a little. I’m able to get to the dashboard, navigate around, create and edit pages and posts. But anytime I have to save something (like a page or a post) the screen goes BLANK. It does what it is suposed to do, but it doesn’t go back to where it should.
For example: I go to posts, I edit a post, I hit “update” and screen goes blank. (but on the front end it makes the change.
I deleted all of the code that the book had me enter to the functions.php page and then it works again.
I put the code back in and then it doesn’t work, so I know it has to do with something the book had me enter.
Any ideas?