Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #171030

    Hi,

    A have a plugin that generate shortcode that I want to place on the telephone space on my webppage header: Here is my website – http://tinyurl.com/oj6mp9n . Please advice me on how his can be done.

    Also, I would like to write some text with shortcode on same space as the social icon.

    I look forward to hearing from you.

    Thanks

    #171036

    Hi gigoz!

    You will need to open the header.php file and look for this line (116):
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Replace it by this one:
    if($phone) echo "<div class='phone-info {$phone_class}'>".do_shortcode("[geocode id=2]")."</div>";

    Best regards,
    Josue

    #171054

    thanks ! sorted

    #171061

    Glad we could help. Let us know if you have any other questions or issues :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Short code on telephone space on header’ is closed to new replies.