Install "logo manager" on header of graphene

  • eon

    #7909

    Hi,

    I would to paste the code of the plugin “logo manager”, in my header text, but i don’t know where i must be make it.

    The tuto said :

    “Using the plugin

    You are going to have to tweak some of the code in your theme. There is no way round this as every theme is slightly different. But fear not, it’s a simple fix.

    Open the header.php file using the appearance editor. Find the line of code that looks something like this:

    <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.gif"></a>

    Delete and replace it with this: <?php lm_display_logo(); ?>.

    If you want to leave the old code in place that’s fine, it just means you will have two logos.

    Click ’Update file’ and you are ready to roll.”

    Ok, but this text is not on header. Do you know where i must paste this code.

    Here is my header source:

    Mod note: Removed header.php code.

    Thank you

    Anonymous

    #39795

    Go to Graphene Options and Enable header widget area in Widget Area Options. Then Install PHP Widget plugin. Go to Appearance –> Widgets and add PHP Widget to Header Widget Area, and add

    <?php
    if (function_exists( 'lm_display_logo' ) ) {
    lm_display_logo();
    }
    ?>

    to it.

    Moved to support.

    eon

    #39796

    It’s OK. Thank you !

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

  • You must be logged in to reply to this topic.