Cara Mengatasi Halaman Statis Blog Yang Tidak Muncul Penuh

Posted by


Halaman Statis Tidak Tampil Penuh Kepotong "Read More"


CARA mengatasi Halaman Statis (static page)
blog yang tidak muncul utuh. Isi halaman (Page) hanya muncul sebagian dan dipotong "Read more". Pas "Read more" diklik, 'gak ngaruh! Bagaimana cara mengatasinya?



Ini dia Cara Mengatasi Halaman Statis Blog Tidak Muncul Penuh di blog blogspot Anda:

1. Login ke Blogger --> Klik Dashboard Blog Anda. 
2. Klik "Template" > "Edit HTML" 
3. Cari (Tekan Ctrl + F pada Keyboard) kode ini:

<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>
<span class='rmlink' style='float:left'><a expr:href='data:post.url' rel='nofollow'>Read More</a></span>
</b:if>

4. Tambahkan kode berikut ini:

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<-- kode no. 3 -->
</b:if>

Sehingga hasilnya seperti berikut ini:

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<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>
<span class='rmlink' style='float:left'><a expr:href='data:post.url' rel='nofollow'>Read More</a></span>
</b:if>
</b:if>
5. Save Template!
Selamat, Halaman Statis Blog sudah Muncul Utuh dan tidak terpotong "Readmore"! Good Luck....!


FOLLOW and JOIN to Get Update!

Social Media Widget SM Widgets




Demo Blog NJW V2 Updated at: 2:13:00 AM

0 comments:

Post a Comment

Powered by Blogger.