I want to translate/change the Read More text that appears after an Excerpt (see attached file)
I am using the Blog feed as a Content Template (see attached file)
My code:
<section class="blog-feed">
<div class="two-thirds first">
<p class="date">[wpv-post-date]</p>
<h3>[wpv-post-link]</h3>
<p>[wpv-post-excerpt]</p>
</div>
<div class="one-third img-contain"> [wpv-post-featured-image size="custom" width="960" height="600"]</div>
<div class="clearfix"></div>
</section>
I trie using a number of solutions on the Toolset support forum but I ended up with the read more link and a new link underneath:
[wpv-post-excerpt length="30" count="word" more=""] Read more2
I need the Read more link changed and to be kept inline with the Excerpt.
My issue is resolved now. Thank you!