cmoreira

Untitled

Oct 29th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if($showexcerpt){
  2. $excerpt = get_the_excerpt();
  3. if($excerpt !== ''){
  4. $excerpt = wp_trim_words( $excerpt, 55, '...' );
  5. $excerpt .= sprinf('<a href="%s">Read More</a>', get_the_permalink() );
  6. $html .= '<div class="pa_product_excerpt">'.$excerpt.'</div>';
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment