• Hi all
    I would like to program a wordpress plugin code that is going to be similar with Hello Dolly but this code will be output in logo section.I have no difficulty to produce html and php codes but i would like to use in wordpress.

    [code]
    add_action('admin_footer', 'words_1');
    add_action('admin_head', 'words_css');
    [/code]
    what should i choose for it????
    ps: it works with wp_footer but place isn’t what im looking for?
    Thanks

  • The topic ‘action Code for in html body section’ is closed to new replies.