Community Forums › Forums › Archived Forums › General Discussion › (Modern Blogger Pro) Edit Footer in Modern Blogger Pro Theme
Tagged: footer, modern blogger pro
- This topic has 11 replies, 4 voices, and was last updated 9 years, 2 months ago by
salaslp.
-
AuthorPosts
-
December 5, 2015 at 2:58 pm #172841
salaslp
MemberI want to edit the footer on my site, but I can't figure out how to get to it. Grateful for any help!
http://laurasalas.com/
Cheers,
LauraDecember 5, 2015 at 4:45 pm #172845Victor Font
ModeratorThe easiest way is to use the Genesis Simple Edits plugin.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?December 5, 2015 at 8:29 pm #172853Adrien Sanborn
MemberAre you comfortable with code? If so you can probably find it in the functions.php file and switch out the contents. I don't have the Modern Blogger Pro theme, but if you copy the contents of functions.php I can help you out.
I’ve accepted the challenge! I’ll be answering at least 1 unanswered post per week.
December 6, 2015 at 6:30 am #172874Victor Font
ModeratorUnless someone added footer code to your functions.php, you won't find anything there. The initial footer text comes from the framework. You can add a snippet to functions.php to alter the text though: http://my.studiopress.com/snippets/footer/#custom-footer
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?December 6, 2015 at 7:22 am #172876salaslp
MemberThanks, 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.
December 6, 2015 at 7:48 am #172878salaslp
MemberOK, 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 7, 2015 at 7:01 am #172926Susan
ModeratorThis is also a question you can ask on the Pretty Darn Cute Design Support Forum: https://prettydarncute.com/forum-index/
Here is a post I wrote about editing the site credits for each of the Pretty Darn Cute Design themes (link)
~ Susan
Support Administrator
Pretty Darn Cute DesignDecember 7, 2015 at 10:02 pm #173134Susan
ModeratorVictor: To address your comment...
Unless someone added footer code to your functions.php, you won’t find anything there.
There is code in the functions.php file of the Modern Blogger Pro theme to add the site credits in there; it's part of the theme's original functions.php file.
December 7, 2015 at 10:28 pm #173147Adrien Sanborn
MemberThanks for the insight Susan. I recently updated my own footer using the Foodie Pro theme, so I thought Modern Blogger might be a similar case.
On an unrelated note, I've also taken up the challenge.
I’ve accepted the challenge! I’ll be answering at least 1 unanswered post per week.
December 7, 2015 at 10:34 pm #173150Victor Font
ModeratorThanks Susan, normally I look at the code first before I answer questions. I should have done it this time.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?December 8, 2015 at 6:04 am #173172Susan
ModeratorVictor - no big deal - it's a third party theme, so not everyone owns them. I just know because I provide their theme support. 🙂
Yay, Adrien!
December 9, 2015 at 3:15 pm #173374salaslp
MemberThanks, Susan!
-
AuthorPosts
- The topic ‘(Modern Blogger Pro) Edit Footer in Modern Blogger Pro Theme’ is closed to new replies.