Forum Replies Created
-
AuthorPosts
-
December 9, 2015 at 3:15 pm in reply to: (Modern Blogger Pro) Edit Footer in Modern Blogger Pro Theme #173374salaslpMember
Thanks, Susan!
December 6, 2015 at 7:48 am in reply to: (Modern Blogger Pro) Edit Footer in Modern Blogger Pro Theme #172878salaslpMemberOK, please ignore my previous plea for help! I went in to the functions file through godaddy and discovered that even though I had been changing the code back to the original, I guess the error I had introduced hadn't been letting the file accept my changes to correct it! Anyway, I got the original code back in there, and my site is back up.
I'm going to give the Simple Edits plugin a try, and if that doesn't cut it, the footer will just need to stay how it is! Thank you very much for the advice/links/etc. :>)
December 6, 2015 at 7:22 am in reply to: (Modern Blogger Pro) Edit Footer in Modern Blogger Pro Theme #172876salaslpMemberThanks, you guys, for trying to help. I have edited functions.php only once before (very carefully!), and managed that fine. This time, however, I went in and screwed it all up. I had this code originally:
/** Customize the credits */
add_filter('genesis_footer_creds_text', 'footer_creds_filter');
function footer_creds_filter( $creds ) {
$creds = 'Copyright [footer_copyright] · Modern Blogger Pro Theme By, Pretty Darn Cute Design';
return $creds;
}When I tried adding the few words in that I needed, and updated the file, I got this error: Parse error: syntax error, unexpected 'Website' (T_STRING) in /home/salaslp/public_html/wp-content/themes/modernbloggerpro/functions.php on line 13
So I pasted back in the EXACT code that had been there when I opened the file, but I'm still getting that error message. My site is down now, and I don't know what I've done wrong. I vow not to muck around in functions.php if anyone's able to tell me how to get it back to working. The code is what is was originally, so I don't understand why it's not behaving the same.
salaslpMemberThank you!
-
AuthorPosts