Forums

Page Condition (2 posts)

  1. shaigan
    Member
    Posted 1 year ago #

    Hey Guys,

    I'm still having some problems getting a link to show only on the specified page, I've tried two codes, but no luck, can anyone help me out with this one?

    Code 1:

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

    Code 2:

    <?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>}else{ }
  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;?>

Topic Closed

This topic has been closed to new replies.

About this Topic