Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

read more..

Home / Forums / Virtue Theme / read more..

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 21, 2014 at 4:12 am

Hello,

I want to change the read more code. At this moment the read more is like this …read more, (dotdotdot”read more”) I want to have readmore…(“readmore”dotdotdot) Does somebode know how I can change it?? I already found the map virtue theme > template> blog-home.php.

<p><?php echo virtue_excerpt($blogwordcount); ?> “>
<?php global $virtue_premium; if(!empty($virtue_premium[‘post_readmore_text’])) {$readmore = $virtue_premium[‘post_readmore_text’];} else {$readmore = __(‘Read More’, ‘virtue’);} echo $readmore; ?></p>

Thank you very much:)

  • The forum ‘Virtue Theme’ is closed to new topics and replies.