BAGAIMANA CARA MENGHILANGKAN TANDA >> (») DI JUDUL (TITLE) BLOG WORDPRESS ?
March 12th, 2008 by admin
Ikuti langkah-langkah dibawah ini untuk menghilangkan tanda >> (») di judul (title) blog wordpress.
1. Buka CPANEL blog Anda.
2. Masuk ke Public Html
3. Lalu masuk ke folder wp-includes
4. Cari file general-template.php tersebut.
5. Edit file general-template.php, yaitu cari tulisan berikut ini:
function wp_title($sep = ‘»’, $display = true) {
lalu ganti seperti ini:
function wp_title($sep =”", $display = true) {
6. Jangan lupa klik tombol Save
Posted in WORDPRESS |

