Community Forums › Forums › General Discussion › Need help with the footer.
Tagged: footer credits
This topic contains 6 replies, has 3 voices, and was last updated by garymgordon 5 months, 1 week ago.
-
AuthorPosts
-
December 14, 2012 at 6:43 pm #5308
I have two questions that are probably simple, but I’m just missing something.
I have a site at http://www.lonestarcredentialing.com/. In the footer, I was able to add:
Copyright © 2012 · Lone Star Credentialing
Website is maintained by: WPBNS.comBut I can’t figure out how to simply remove the line below that reads:
Copyright © 2012 · Agency Theme · Genesis Framework by StudioPress · WordPress · Log out
Can someone explain how to remove this line?
And on the left is says:
I’d like to keep the link but I would prefer to change the text for this.
Can someone explain how and where to modify this?
Thanks,
Gary
Gary M. Gordon
http://www.wpbns.com/ – Web, Podcasting, Broadcasting, New Media and Internet Marketing ServicesDecember 14, 2012 at 6:46 pm #5309Try this: customize the footer
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsDecember 14, 2012 at 6:50 pm #5312Susan,
Yes, .. I added the code into the functions.php file like it suggested, which is how I got what you currently see.
But it still left the original footer info. How do I remove that??
Gary
Gary M. Gordon
http://www.wpbns.com/ – Web, Podcasting, Broadcasting, New Media and Internet Marketing ServicesDecember 14, 2012 at 7:19 pm #5321My next suggestion would be to add the Genesis Simple Edits plugin.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsDecember 14, 2012 at 8:41 pm #5338I used this. But .. the code snipet
/** Customize the return to top of page text */
add_filter( ‘genesis_footer_backtotop_text’, ‘custom_footer_backtotop_text’ );
function custom_footer_backtotop_text($backtotop) {
$backtotop = ‘[footer_backtotop text="Return to Top"]‘;
return $backtotop;
}Doen’t appear to let me change the TEXT for the return to top link to ”Return to Top” instead of ”Return to top of page”
Any idea how I can modify this text?
Gary
Gary M. Gordon
http://www.wpbns.com/ – Web, Podcasting, Broadcasting, New Media and Internet Marketing ServicesDecember 14, 2012 at 8:59 pm #5345Gary, if you’re using Genesis Simple Hooks put a check in the section ” Unhook genesis_do_footer() function from this hook?”
I use code like this:
<div><a href=”#wrap” rel=”nofollow”>Return to top of page</a></div><div>Copyright © 2010 · Agape Development Services all rights reserved. <a href=”http://agapeinc.com”>Internet Marketing strategies by ADS</a></div>
-
This reply was modified 5 months, 1 week ago by
agapeonline.
-
This reply was modified 5 months, 1 week ago by
agapeonline.
December 15, 2012 at 8:16 am #5396Thank you!
Gary
Gary M. Gordon
http://www.wpbns.com/ – Web, Podcasting, Broadcasting, New Media and Internet Marketing Services -
This reply was modified 5 months, 1 week ago by
-
AuthorPosts
The topic ‘Need help with the footer.’ is closed to new replies.