How To: phone number in Running head?

Hi all, how to add a phone number or whatsapp icon (html) in the Running head, right of the logo img and left of the navigation? see: https://theraumphotography.com/

Thank you best regards,
Oliver

Not at my desk to verify it right now, but I think you can tap into that location via PHPlugins. Check the kookaburra file.

Confirmed, these are your options for hooking into the running head. For your declared intent, I think running_head_navigation is the one you want.

	 *    running_head_top
	 *      - if return=false, the contents of the normal running head are skipped
	 *      - called immediately within the running head
	 *      - encompasses the full contents of the running head, including navigation elements; can be used to replace those contents
	 * 
	 *    running_head_title
	 *      - if return=false, the contents of the normal running head title are skipped
	 *      - called within the running head, immediately before the navigation elements
	 *      - will become unavailable if running_head_top is used to replace running head contents
	 *      - encompasses the full contents of the running head title; can be used to replace those contents
	 * 
	 *    running_head_navigation
	 *      - if return=false, the contents of the normal running head navigation are skipped
	 *      - called within the running head, immediately after the title elements
	 *      - will become unavailable if running_head_top is used to replace running head contents
	 *      - encompasses the full contents of the running head navigation; can be used to replace those contents