Forums

How to Show Link on Specific Page Only (3 posts)

  1. shaigan
    Member
    Posted 1 year ago #

    Hi Guys,

    I'm trying to have a link only on my "Hot Deals" page, but my provider keeps telling me their system says my link is sitewide. I'm using the following code:

    <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>

    I only want it to show on the following page http://caribbeantl.com/hot-deals

    Is there some php code I must add? any assistance is very much appreciated.

    Thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    <?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;?>
  3. shaigan
    Member
    Posted 1 year ago #

    Thanks! Although I'm still being told that the link is showing up site wide :/

    Any idea what else I can do?

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags