Excerpt and dots
-
I want dotssss to be shown after the length of excerpt , below is a code taken from blog-item.php , can someone help me
echo ‘<div class=”blog-thumbnail-context”>’;
echo ‘<div class=”blog-thumbnail-content”>’ . mb_substr( get_the_excerpt(), 0, $num_excerpt ) . ‘</div>’;
echo ‘‘ . $translator_continue_reading . ‘‘;
echo ‘</div>’; // blog-thumbnail-context
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Excerpt and dots’ is closed to new replies.