Action jaw_after_header
This action is used after the header logo. function my_custom_header(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_header', 'my_custom_header'); The result can look like this: List of all hooks you can find HERE