-1
I would like to change the text of "Read More" that is in each blog post to the same thing, only in Portuguese, since my entire blog is in Portuguese, but I can’t do from the Layout tab and in the code I only found the following about this part. Does anyone know how to change?
<b:if cond='data:blog.pageType == "index"'>
<span expr:id='"p" + data:post.id'><data:post.body/></span>
<script type='text/javascript'>var x="<data:post.title/>",y="<data:post.url/>",z="<data:post.author/>",t="<data:post.timestamp/>";readmore("p<data:post.id/>")</script><b:else/><data:post.body/></b:if>
</div>