How to show picture on hooks available in rtPanel

I need to show a picture on Head rtp_head,what the code is?
thank you

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/65110/2014/05/无标题.png

20140511 1308 again

need help for this topic!!!

Hello,
rtp_head hook is call in wp_head so it is use within tag.

If you want to print image in header you can use hook rtp_hook_begin_body

Let me know for further assistance.

i put the code

function custom_rtp_hook_begin_body() { ?>  
 <?php  
}  
add_action( 'rtp_hook_begin_body', 'custom_rtp_hook_begin_body' );

in rtpanel-child/functions.php, and the logo be showed.

thank you

You are welcome :slight_smile: