add readmore on bloggers / blogspot making visitors pay more attention to the whole of the post
- go to your dashboard page
- select layout
- piih edit the HTML
- do not forget to activate the Expand Widget Templates
- Enter the following script below it before the tag </ head> or just after the code ]]></ b: skin>
<style>
<b:if cond='data:blog.pageType == "item"'>
span.fullpost (display: inline;)
<b:else/>
span.fullpost (display: none;)
</ b: if>
</ style>
then search <data:post.body/> code in your template and add the following code right below it
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'> Read More..</a>
</b:if>
to cut, every time you post, click on the post where you want to text Read More .. appears, and type <span class="fullpost"> and the rest of the posting to complete type </ span>.
note:
script span class = "fullpost"> and </ span> inserted in the HTML edit mode not compose
examples of writing:
add readmore on bloggers / blogspot tips trick is to make our blog page view becomes more regular. not elongated and also make more eye pleasing.
<span class="fullpost">
add readmore on bloggers / blogspot making visitors pay more attention to the whole of the post
</span>
No comments:
Post a Comment
Let's us sharing