Breaking News
Loading...
Wednesday 26 March 2014

Blogger Introduces Auto Read More Feature


blogger introduces read more feature

Wordpress Blogs are pre-installed with read more feature. This feature summarises the posts into excerpts. It allows your visitors to easily navigate to all the sections of your site. Now option left for blogspot users is to either hack their template using read more java-script code.Well if you are one among those than stop hacking and just learn some important things about your blog posts editor. After learning it you can use the Auto Read More feature in your blogger site without any java-script hack.

So How Can You Use Read More Feature Of  Blogger?

jump break feature in blogger

The tool encircled in red is the jump-break tool, which creates expandable posts intro in your bloggers sites. This displays the long posts of your sites as a small intro to your visitors.

How To Use this Jump-break tool?

First complete writing your posts. Here we will see the demo of a example article



Now click on the section of the posts from where article may get summarised. See the example of it below




After that



Now Go to Template → Html editor → Search For <data:post.body/>

Replace it with the below given code




<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'>
<data:post.jumpText/>
</a>
</div>
</b:if>


Save the template and you are done.
Now the posts with jump-break will appear as a intro in Blogger posts, just like it appears in wordpress sites.

0 comments:

Post a Comment

 
Toggle Footer