Pakar Teknologi - Assalamu'alaikum, Pada kesempatan ini
saya akan buat artikel tentang cara menghapus atau menghilangkan slide show pada template bawaan blog, slide show yang kelihatan pada halaman depan memang
mempunyai kesan indah,namun di samping itu kita merasa terganggu dengan
ada tampilan itu,dengan halaman yang sangat sempit rasanya kita ingin
menghapusnya karena berupaya sedikit menghemat halaman,nah bagi sobat
yang ingin mencoba untuk menghilangkannnya saya akan kasih tutorialnya
berikut ini.
1. Pastikan sobat sudah login ke blog sobat.
2. Pilih menu Template / Rancangan,kemudian pilih Edit HTML.
3. Kemudian cari kode di bawah (gunakan CTRL+F biar lebih mudah)
<!-- Featured Content Slider Started -->
4. Setelah sobat ketemu sama kode diatas kemudian blog sampe kode
<!-- Featured Content Slider End -->
Script yang harus di hapus seperti ini :
<!-- Featured Content Slider Started -->
<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>
<div class='featuredposts clearfix'>
<div class='fp-slides'>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='featured-post-1-url-here'>
<img src='http://1.bp.blogspot.com/-2oDVCuZBTXc/Tla6RkjE4SI/
AAAAAAAABcs/0esFYqkT__Q/s000/1.jpg'/></a></div>
<h3 class='fp-title'><a href='featured-post-1-url-here'>This is default featured post 1 title</a></h3>
<p>Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.</p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='featured-post-2-url-here'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihSNEuhZB0ym_H537vVtVqvdetoQ0MzIeL_2JeuMb9x1sZe15elNgyC5wZaUrNYwdXYpfUdOpyAPkD1-rb3niby05tdd3mg5S4thnmg8i-JrgWVPRkM3Sf9dIucarB5_a3wCSc6v-PT652/s0/2.
jpg'/></a></div>
<h3 class='fp-title'><a href='featured-post-2-url-here'>This is default featured post 2 title</a></h3>
<p>Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.</p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='featured-post-3-url-here'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi36aK6gf-tqxf0CsZ3SlL5KjE4bB0Jvxl4LTlqVIxIwKNn-t94Bn_yWSfu8d9CesQlo2dQ9taFp7AGEbAO82pOZtxOh3Aukfmmi65hroTAjhvqMbm6W_AnEG2AotQvsfYFBKw6RVlcIzM5/s0/3.
jpg'/></a></div>
<h3 class='fp-title'><a href='featured-post-3-url-here'>This is default featured post 3 title</a></h3>
<p>Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.</p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='featured-post-4-url-here'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO_NmyUsToCxVEUW4LxEyE5Cv0An4NgKnaCKjI92rfJbV_vS73KI3vnWNnF63pK2nNsXsWdUKTDefJqCrk4-kK_Q2FmZZJw9qOqeBF_H65HGVCDBOe5dwv3D0XT0QVZwG8wcl5dSlvxBKI/s0/4.
jpg'/></a></div>
<h3 class='fp-title'><a href='featured-post-4-url-here'>This is default featured post 4 title</a></h3>
<p>Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.</p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='featured-post-5-url-here'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb85TcT4FZvB8EVy-L3eX1wwZQph5ZQDoEp2dS20Qet6ocOLiUoAyyzOWseamtKm__79oHq5MY4-GfznOcdVLF59n-jDhixuhKB3sT3lcIvVPfqXVgWeyw_0L1Czi1Mamr3uysbOWyKeEA/s0/5.
jpg'/></a></div>
<h3 class='fp-title'><a href='featured-post-5-url-here'>This is default featured post 5 title</a></h3>
<p>Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.</p>
</div>
</div>
<div class='fp-nav clearfix'>
<span class='fp-pager'/>
<a class='fp-next' href='#fp-next'/>
<a class='fp-prev' href='#fp-prev'/>
</div>
</div>
</b:if></b:if>
<!-- Featured Content Slider End -->
5. Kemudian hapus kode tersebut lalu save.
Gimana mudah kan, Selamat mencoba. Semoga bermanfaat ya sob. Jangan lupa tinggalkan jejak di komentar.