Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php $the_excerpt_button = the_excerpt();
  2. if $the_excerpt_button == ""; { ?>
  3.  
  4. <a href="<?php the_permalink(); ?>" class="img-title">Read More</a>
  5.  
  6. <?php } else { ?>
  7.  
  8. <a href="<?php the_permalink(); ?>" class="img-title"><?php the_excerpt(); ?></a>
  9.  
  10. <?php }; ?>
Add Comment
Please, Sign In to add comment