Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.  <?php if(has_post_thumbnail( $the_ID) || $sl_thumb!=""){ ?>
  2.   <?php
  3.         if($sl_thumb!=""){
  4.             echo "<a href='" . $url[0] . "'>";
  5.             echo "<img src='" . $sl_thumb . "' alt='' title='#" . $sl_caption . "' />";
  6.             echo "</a>";
  7.         } else{
  8.             echo "<a href='" . $url[0] . "'>";
  9.             the_post_thumbnail( 'slider-post-thumbnail' );
  10.             echo "</a>";
  11.         }
  12.         ?>
Add Comment
Please, Sign In to add comment