Test Footer

Add Post Title to Read More Expandable Link

Display Post Title next to Read More Link
If you are using Blogger Jump Link or the Read More feature for your posts, then here is a simple customisation tip for you.

You can now add post title next to the 'Read More' text below each post. Go to Design--Edit Html, check on 'Expand widget templates' box and look for the below code -

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

Replace it with the following code -

<a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/> <data:post.title/></a>

Save the changes and you will see the post headline appear next to the 'Read More' text. In case you are not using Blogger's default Jump link feature and have incorporated 'Read More' code in Edit Html then replace it with the above code and save.

This simple change gives more weightage and prominence to your post. Feel free to contact us in case of any problem.

No comments:

Post a Comment