Monday, November 16, 2015

How To Remove Auto Read More Option from Blogger

Blogger Auto Read More Option

Now go to "Design" --> "Edit HTML". 

and
Click on "Expand Widget Templates".

(if you are using Blogger new interface go to "Template" --> "Edit HTML").

Find this:

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <b:if cond='data:blog.pageType != &quot;item&quot;'> <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div> <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script> <div class='readmorecontent'><a class='readmore' expr:href='data:post.url'><b>Read more &#187;</b></a></div> </b:if> </b:if> <b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if> <b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>


Note : some part of the code can be different,according to your template.but you can find this code easily.

Now Replace above code with below one:

<data:post.body/>

Save your template and refresh your site. you can see auto read more has removed from the template.

But still you can see "Read More" button in your blogger posts? Then find this and remove it (again some part of the code can be different,according to your template.):

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <b:if cond='data:blog.pageType != &quot;item&quot;'> <div class='readmore-wrap'> <a class='readmore' expr:href='data:post.url'>Read More</a> </div> </b:if> </b:if>
Save your template again. You are done.

0 comments:

Post a Comment

 

Subscribe to our Newsletter

Contact our Support

Email us: hibuddy2902@gmail.com