Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created December 4, 2019 13:48
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 ibndawood/bc1653fef2c2bfe2e85cff3e3f44c4ba to your computer and use it in GitHub Desktop.
Save ibndawood/bc1653fef2c2bfe2e85cff3e3f44c4ba to your computer and use it in GitHub Desktop.
Jobhunt - Add an image above search form section title
add_action( 'jobhunt_home_page_header_before', 'jh_child_add_logo', 10 );
function jh_child_add_logo() {
?><div><img src="https://placehold.it/200x150" alt="Logo" style="display: block; margin: 0 auto 10px;" /></div><?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment