Advertisement
nlozovan

Untitled

Oct 21st, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Instead of:
  2.  
  3. <meta name="description" content="<?php echo strip_tags(post::get_excerpt($post, $ln=150)); ?>" />
  4.  
  5. Replace with:
  6.  
  7. <meta name="description" content="<?php echo strip_tags(post::get_excerpt($post, $ln=150, false)); ?>" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement