blog-home.php Display "Continued"
-
<p><?php echo esc_html(virtue_excerpt(34)); ?> <a href="<?php the_permalink() ?>"><?php _e('READ MORE', 'virtue');?></a></p>
↓
<p><?php echo virtue_excerpt(34); ?></p>
- The topic ‘blog-home.php Display "Continued"’ is closed to new replies.