Skip to content

Instantly share code, notes, and snippets.

Created November 13, 2015 15:13
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 anonymous/235e5a1a37704ed3fc15 to your computer and use it in GitHub Desktop.
Save anonymous/235e5a1a37704ed3fc15 to your computer and use it in GitHub Desktop.
if( is_front_page() || is_home() ){
add_action( 'genesis_before_content_sidebar_wrap', 'eddie_homepage_image' );
}
function eddie_homepage_image() {
echo "<img src=\"https://xxxxxxxx/_/uploads/2015/11/test.png\" class=\"grayscale-off\" >";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment