Guest User

Untitled

a guest
Jun 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <?php
  2. if( $excerpt ) {
  3. $sStrippedPost = strip_tags($post->post_excerpt);
  4.  
  5. echo '
  6. <p>';
  7.  
  8. echo substr($post->post_excerpt, 0, LEGNTE);
  9. if(strlen($post->post_excerpt) > LENGTE){
  10. echo '
  11. <a href="$post->PERMALINKHIER">Lees meer &raquo;</a>';
  12. }
  13. echo '
  14. </p>';
  15. }else
  16. the_excerpt();
  17. } ?>
Add Comment
Please, Sign In to add comment