As we know, bloggers have support read more. But still we have to divide the posts that will appear first and which will appear whole. In this template, I've put read more. If you want to use the blogger red more , you can delete the blue read more (
) you can see in this post.
Log in to Blogger, then on the Edit HTML page, click the Expand Widget Templates.
I. If you want to use blogger read more
- Click Layout, then click Edit in the Blog Posts
- You can change the text “Read More“ to “Read Full Story” or whatever you want.
Search for the word “read more” or be with CTRL + F and type in the word “read more”, you will see the following code :
<span class='rmlink' style='float:right'><a expr:href='data:post.url'><img alt='read more' src='http://lh5.ggpht.com/_7Y9pl24WpQY/SuM7b-deOLI/AAAAAAAAB_4/PKYOsvyuCdc/readmore_thumb%5B2%5D.png?imgmax=800'/></a></span>
Delete the following code :
<img alt='read more' src='http://lh5.ggpht.com/_7Y9pl24WpQY/SuM7b-deOLI/AAAAAAAAB_4/PKYOsvyuCdc/readmore_thumb%5B2%5D.png?imgmax=800'/>
The result will be as follows :
<span class='rmlink' style='float:right'><a expr:href='data:post.url'></a></span>
Save Template.
II. If you want to use read more from this template
Very simple, in writing the article click edit html, you just have to insert the code <span class="fullpost"> on the post you want to cut (the article will appear first). And closing the article with </span>
example :
0 comments:
Post a Comment