How to change the text of "Read More" in blogger’s HTML (blogspot)?

Asked

Viewed 22 times

-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 == &quot;index&quot;'>
 <span expr:id='&quot;p&quot; + data:post.id'><data:post.body/></span>
  <script type='text/javascript'>var x=&quot;<data:post.title/>&quot;,y=&quot;<data:post.url/>&quot;,z=&quot;<data:post.author/>&quot;,t=&quot;<data:post.timestamp/>&quot;;readmore(&quot;p<data:post.id/>&quot;)</script><b:else/><data:post.body/></b:if>
</div>

1 answer

0

if that part changes: />&quot;;readmore(&quot to "read more" instead of readmore believe it solves your problem. Or at the beginning of your HTML code change en for pt-BR

Browser other questions tagged

You are not signed in. Login or sign up in order to post.