×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Rick Clark
Added: Sep 27, 2012 12:38 PM
Views: 1779
Tags: no tags
  1. <?php  if ( is_page('First_Page') ) { ?><br>  
  2. <img src="image.gif" /><br>  
  3. <?php  } elseif ( is_page('Third_Page') ) { ?><br>  
  4. <p>Here is some text….</p><br>  
  5. <?php  } else { ?><br>  
  6. <?php  } ?>