meta content='Blog Special | Memberikan Informasi Digital | Belajar Bersama Secara Online | Mengani Bisnis - Pendidikan - Geografis - Olahraga dan Lain Lain. Mari Semangat ' name='description'/>

Senin, 02 Agustus 2010

How to Make Read More on Blogspot

How to Read More on Blogspot - Bispal Will Give to Tutorial Make about Read More... in your posting, his way is not hard to like what we imagine.Very easily, just by manupulasi CSS display:none That Is: to hiden text that does not want to appear on the home, archive and label pages.Actually, this technique can be used to implement one of Black Hat SEO techniques at blogspot, for this illegitimate SEO techniques I will not explain here, are interested please explore and try their own.





Here are the steps to create a blogger read more ..:
  • Please log in to blogger.com , click the Layout (Layout) and then click the Edit HTML link.
  • Enable list Expand Widget Templates, so that source script template can be seen as a whole blogger. 
  • Directly above or before the tag </ head> enter the following code like this:
  • This Code : <style>
    <b:if cond='data:blog.pageType == "item"'>
    span.hidenpost {display:inline;}
    div.hidenpost {display:inline;}
    <b:else/>
    span.hidenpost {display:none;}
    div.hidenpost {display:none;}
    </b:if>
    </style>
  • Search <data:post.body/> and add the following code right below it:
  • This Code : <b:if cond='data:blog.pageType != "item"'>
    <a expr:href='data:post.url'> Read More.. <data:blog.pageTitle/></a>
    </b:if> 
  • Finish. Now every post place ..
<span class="hidenpost"> remaining posts will dihiden, end with </ span> (when entering <span class="hidenpost"> and </ span> should post in Edit HTML mode not Compose) confirm also between <span class="hidenpost"> and </ span> there should be no <span> if unavoidable use <div class="hidenpost&quot;> and </ div>
vice versa..