How to add “Read More” to Blogger – 4 easy steps to add a “read more” to blogspot (with pictures!)

Three easy steps teach you How to create expandable post summaries on blogger
In fact, it’s very easy to  add a “read more” to blogger?
Here I will teach with pictures .

Notice:Every time you edit your blogger template, please backup the template. (Because we will edit the HTML code, you need to create a back up for your template, click Download Full Template)
How to backup?


Then, you can do the following steps to add “read more” to blogger.


1 go to Dashboard, Layout, and Edit HTML.

2 Check Expand Widget Template

3 Add the following code to your style sheet.

 

<span style="color: #ff8000;">&lt;b:if cond='data:blog.pageType == "item"'&gt;
   span.fullpost {display:inline;}
&lt;b:else/&gt;
   span.fullpost {display:none;}
&lt;/b:if&gt;</span>

Note: Before making any changes to your HTML, you will need to make sure that the ‘Expand Widget Templates’ option is selected.

 

4  find the codes in your blogger templates

<data:post.body/>

add the code following code after <data:post.body/>

<b:if cond='data:blog.pageType != "item"'><br /> <a expr:href='data:post.url'>Read more!</a> </b:if>

then, click Save Template

 

5

The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code:

<span class="fullpost"></span>

just like you use wordpree add a read more button.

that means wordpree <!–more—> code equal to blogger <span class="fullpost"></span>

then, your blogger will like this

how to add read more to blogger,read more code blogger,blogger read more code,add read more to blogger,read more blogger code,how to add read more in blogspot,blogspot read more code,how to add read more to blog,read more html code blogger,how to add read more in blog,read more code for blogspot,read more blogger,the codes,adding read more to blogger com,how to add read more to blogspot,how to add read more blogger,free code for read more blogger,read more code blogger <---more--->,how to use read more in blogger,how yo add read more

Leave a comment