Excerpt not displaying
-
Excerpts are not being created using the shortcode. I’ve switched my theme to 2016 to eliminate the theme.
In posts.php:
if ( $args[‘excerpt’] ) :
$html .= ‘<div class=”arpw-summary”>’ . wp_trim_words( apply_filters( ‘arpw_excerpt’, get_the_excerpt() ), $args[‘excerpt_length’], ‘ …’ ) . ‘</div>’;the statement is executed because the output on the page includes:
<div class=”arpw-summary”></div>
but wp_trim_words returns null.Thanks for help!
- The topic ‘Excerpt not displaying’ is closed to new replies.