Adding shortcodes to header.php
-
Hi All,
I am creating a responsive web site and would like to get adverts to
match the device.I am using WP Mobile Detect by Jesse Friedman and it works perfectly on pages.
I would like to use a global advert in header.php
I cannot get the shortcodes to work in header.php
I have tried adding functions, do shortcode etc but ma obviously missing something. The shortcodes I am using are [notphone][/notphone] and [phone][/phone]
Any tips, hints or directions would be greatly appreciated.
Thanks
D
<?php echo do_shortcode(“[notphone]”); ?>
<div align=center>
google advert code</div>
<?php echo do_shortcode(“[/notphone]”); ?><?php echo do_shortcode(“[phone]”); ?>
<div align=center>
google advert code</div>
<?php echo do_shortcode(“[/phone]”); ?>
- The topic ‘Adding shortcodes to header.php’ is closed to new replies.