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
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
thanks ! sorted
Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue