• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Customize footer

Home › Community Forums › Epik Theme Support › Customize footer

Tagged: footer, toolbox

  • This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by Eric.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • December 8, 2014 at 8:06 am #14676
    designkombinat
    Customer

    I try to customize my footer with the snippet below, but when I use it in Toolbox, it breaks my site (i.e. white screen):

    /* Customize the entire footer */
    add_filter( 'genesis_footer_creds_text', 'sp_footer_creds_text' );
    function sp_footer_creds_text() {
    	echo '<div class="creds"><p>';
    	echo 'Copyright &copy; 2014-';
    	echo date('Y');
    	echo ' <a href="http://mydomain.com">mydomain.com</a> &middot; <a href="http://mydomain.com/imprint">Imprint</a>;
    	echo '</p></div>';
    }
    December 8, 2014 at 10:34 am #14694
    Eric
    Customer

    There is an error in your code somewhere so that’s why that is happening. Try and re-copy it from SP and add it to your site. Once you see that the default code is working, then go in and change the text. Just be careful not to change or remove any of the important parts of the code. –

    Example –

    //* Customize the entire footer
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    add_action( 'genesis_footer', 'sp_custom_footer' );
    function sp_custom_footer() {
    	?>
    	<p>&copy; Copyright 2012 <a href="http://mydomain.com/">My Domain</a> &middot; All Rights Reserved &middot; Powered by <a href="http://wordpress.org/">WordPress</a> &middot; <a href="http://mydomain.com/wp-admin">Admin</a></p>
    	<?php
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2022 · Appfinite · Built With The Genesis Framework