- Buka file index.php di folder themes dan cari kode seperti dibawah ini:
<?php get_sidebar(); ?>
- Ganti/replace kode tersebut dengan kode:
<?php if (!is_front_page()) {get_sidebar(); } ?>
- Lalu simpan. coba buka homepage blog kamu,maka sidebarnya tidak akan muncul.
Baca juga:
- Download Contempt Theme pada WordPress
- Merubah permalink search wordpress
- Mengganti username dan password wordpress dari phpmyadmin
- Mengoptimalkan File wp-config.php
- Cara Backup Database WordPress