Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dennis Ploetner

    (@realloc)

    OK, thanks a lot and nice theme BTW … open the file header.php of the theme (or your child theme) and look out for this line:

    <div class="topbar_content_right"><?php get_template_part( 'inc/socmed' ); ?></div>

    You can insert the code like this

    <div class="topbar_content_right"><?php if ( function_exists( 'the_msls' ) ) the_msls(); get_template_part( 'inc/socmed' ); ?></div>

    Cheers,
    Dennis.

    Thread Starter Jejedefrancia

    (@jejedefrancia)

    Thx Denis, i checked, this what i wanted !!! One more thing, how could i put this with the

    • the same way you did for the other code ?
    • Thx a lot for your help !!!! We’re very happy with your plug-in

    Plugin Author Dennis Ploetner

    (@realloc)

    Please put the code in `. ??

    Thread Starter Jejedefrancia

    (@jejedefrancia)

    I haven’t put any code, it was just a question ??

    Plugin Author Dennis Ploetner

    (@realloc)

    It seems there is some html above so I cannot see this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Put the plug-in outside the menu’ is closed to new replies.