Hey,
I'm trying to get a link to show up on my site, the page is http://caribbeantl.com/hot-deals and the link:
Find affordable <a href="http://www.cheapcaribbean.com/" target="_blank"><span style="color: #3333ff;"><span style="text-decoration: underline;">all inclusive vacations</span></span></a> online today.
Can you help me put that into a html/ php condition to only show on that page?
Thanks!
I tried:
<?php if( is_page( 'Hot Deals') ) :?>
<p style="text-align: justify;">Find affordable <a href="http://www.cheapcaribbean.com/" target="_blank"><span style="color: #3333ff;"><span style="text-decoration: underline;">all inclusive vacations</span></span></a> online today.</p>
<?php endif;?>
but didn't work...
I'm trying to get a link to show up on my site, the page is http://caribbeantl.com/hot-deals and the link:
Find affordable <a href="http://www.cheapcaribbean.com/" target="_blank"><span style="color: #3333ff;"><span style="text-decoration: underline;">all inclusive vacations</span></span></a> online today.
Can you help me put that into a html/ php condition to only show on that page?
Thanks!
I tried:
<?php if( is_page( 'Hot Deals') ) :?>
<p style="text-align: justify;">Find affordable <a href="http://www.cheapcaribbean.com/" target="_blank"><span style="color: #3333ff;"><span style="text-decoration: underline;">all inclusive vacations</span></span></a> online today.</p>
<?php endif;?>
but didn't work...