Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sumonism

    (@sumonism)

    orpatech.. I didn’t found any option… Zbench theme..
    fonglh.. I am trying man.. Thanks..

    Thread Starter sumonism

    (@sumonism)

    I understand a little bit. Now I am specifically telling you about my problem Mr. Voodoo-

    I want to put the following code in my function.php

    //hook the administrative header output
    add_action('admin_head', 'my_custom_logo');
    
    function my_custom_logo() {
    echo '
    <style type="text/css">
    #header-logo { background-image: url('.get_bloginfo('template_directory').'/images/custom-logo.gif) !important; }
    </style>
    ';
    }

    Please show me like you show in your recent post Mr. Voodoo. Thanks..

    [Please post code snippets between backticks or use the code button.]

    Thread Starter sumonism

    (@sumonism)

    Thanks. Where to find I know, but where to add code in the file? Just give me the example.

Viewing 3 replies - 1 through 3 (of 3 total)