• Hi I have simonor social icons added (for now) to the top of the body of my site:

    <div id="et-social-icons-top">
    <?php
    [simnor_social][simnor_social_link service="facebook" link=<my FB link>] [simnor_social_link service="instagram" link=<my instagram link>] [simnor_social_link service="pinterest" link=<my pinterest link>] [/simnor_social]
    ?>
    </div> <!-- #social-icons-top -->

    I would like to add them to the header somewhere around my navigation

    <div class="col-md-8">
    					<div class="main-nav-wrap"><?php
    						wp_nav_menu(
    							array(
    								'theme_location'  => 'primary',
    								'container'       => 'nav',
    								'container_class' => 'main-navigation',
    								'container_id'    => 'site-navigation',
    								'menu_class'      => 'sf-menu',
    								'fallback_cb'     => 'photolab_page_menu'
    							)
    						);
    					?></div><!-- #site-navigation -->
    				</div>

    …yet somehow I am not amble to make it work.

    Any suggestions?

    https://wordpress.org/plugins/simnor-shortcodes/

  • The topic ‘Adding simnor_social icons to a php header in photolab theme’ is closed to new replies.