jschilly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankDeleted the theme, activated twentyfifteen theme. Zipped the theme from rw21sitebuild2.com and uploaded it and everything worked?!
Thanks for the help.
Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankI just checked and rw21sitebuild2.com shows the error at line 430, so either way, it is something with this particular function. Perhaps when I was editing it I added or deleted a space that caused the error to move?
Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankThat is the funny thing – line 429 is blank.
I don’t know php that well, but I can see that it is the function to get the post attachment.
Here are lines 428-430:
foreach ( $ids as $id ) { if ( $url == array_shift( wp_get_attachment_image_src( $id, 'full' ) )) {Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankSorry Christine, I deactivated the “coming soon” plugin so you can see the blank page now.
I’ve also deactivated all the plugins.
Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankThis is the error:
PHP Strict Standards: Only variables should be passed by reference in /home3/pizzayou/public_html/wp-content/themes/malibu/includes/extras.php on line 429