orpatech.. I didn’t found any option… Zbench theme..
fonglh.. I am trying man.. Thanks..
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.]
Thanks. Where to find I know, but where to add code in the file? Just give me the example.