Created
June 26, 2016 20:00
-
-
Save barrykooij/05d5b9347ead1cce498b9ce8c172da00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $excerpt = wp_trim_words( strip_tags( strip_shortcodes( ( ( '' != $related_post->post_excerpt ) ? $related_post->post_excerpt : $related_post->post_content ) ) ), $excerpt_length ); ?> | |
<p><a href="<?php echo get_permalink( $related_post->ID ); ?>"><?php echo apply_filters( 'rp4wp_post_excerpt', $excerpt, $related_post->ID ); ?></a></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment