• Hi, I had tried for days to figure this out. I can’t get to set social icons in my header. I know it must be some code in my header.php file. Tried so many different codes and can’t get it to work. I’ll leave my header code so you can tell me what code I need no insert and where. Thank you.

    <div id=”wrapper”>

    <div id=”container” class=”container”>

    <?php if($theme->display(‘menu_primary’)) { ?>
    <div class=”span-16″>
    <?php $theme->hook(‘menu_primary’); ?>
    </div>

    <div class=”span-8 last”>
    <div class=”topsearch”>
    <?php get_search_form(); ?>
    </div>
    </div>

    <?php } ?>

    <div id=”header” class=”span-24″>

    <div class=”branding”>

    <?php if ($theme->display(‘logo’)) { ?>
    “><img class=”logo” src=”<?php $theme->option(‘logo’); ?>” alt=”<?php bloginfo(‘name’); ?>” title=”<?php bloginfo(‘name’); ?>” />
    <?php } else { ?>
    <h1 class=”site-title”>“><?php bloginfo(‘name’); ?></h1>
    <h2 class=”site-description”><?php bloginfo(‘description’); ?></h2>
    <?php } ?>

    </div><!– .branding –>

    <div class=”header-banner”>

    <?php $theme->option(‘header_banner’); ?>

    </div><!– .header-banner –>

    </div><!– #header –>

    <?php if($theme->display(‘menu_secondary’)) { ?>
    <div class=”span-24″>
    <?php $theme->hook(‘menu_secondary’); ?>
    </div>
    <?php } ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to add social icons in Glore Theme header?’ is closed to new replies.