Salah Setting WordPress Address Url

Kemarin web ini down sebentar 🙂 , karena saya salah seting wordpress adrress Url  yang tadinya  https://aldykustyandi.com  saya jadikan  https://aldykustyandi.com/category/home dengan harapan ketika alamt web di akses akan langsung muncul halaman kategori home  , tapi malah muncul error

wordpress-2

dan folder wp-admin nya tidak bisa di akses , nah setelah  coba baca – baca     http://codex.wordpress.org/Changing_The_Site_URL   ,  ternyata cara mengembalikan nya cukup mudah ,

akses FTP ke server –> pilih theme aktif di WP-content/themes –> buka  file function.php

Screenshot from 2016-06-21 15-40-48

tambahkan

update_option( 'siteurl', 'http://example.com' );
update_option( 'home', 'http://example.com' );

dan silahkan reload ,

 

sumber

http://codex.wordpress.org/Changing_The_Site_URL

 

No Comments, Be The First!

Your email address will not be published.

Time limit is exhausted. Please reload CAPTCHA.