Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created December 23, 2016 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/cf8e47cadf3a348ec4edfa6de4cf0aa6 to your computer and use it in GitHub Desktop.
Save braddalton/cf8e47cadf3a348ec4edfa6de4cf0aa6 to your computer and use it in GitHub Desktop.
Image Before Footer Genesis
function mhm_footer_city() {
?>
<div class="footer-city-bg">
<div class="wrap">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/default-listing.png" alt="" width="" height="" />
</div>
</div>
<?php
}
add_action( 'genesis_before_footer', 'mhm_footer_city' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment