using the actual post excerpt
-
Can the actual post excerpt be used, if exists?
Below is some suggested code to accomplish this:
wp-font-awesome-share.php line 354
$thetext = strlen($post->post_excerpt) > 0 ? $post->post_excerpt : trim(wp_trim_words(strip_tags(strip_shortcodes($post->post_content))));
- The topic ‘using the actual post excerpt’ is closed to new replies.