Add Short description in grid mode
-
Hi, I need to display a short description from description on a classifieds page in grid mode.
I paste the code where I need it:
<?php if ( $display['excerpt'] ) : ?>
<?php
$excerpt = Helper::get_current_post_content( $listing_post );
$excerpt = wp_trim_words( $excerpt, $display['excerpt_limit'] );
?>
<p class="rtin-excerpt"><?php echo esc_html( $excerpt ); ?></p>
<?php endif; ?>In response I receive an empty field and 3 dots. How can I make this work in grid mode?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.