Category Archives: WordPress

WordPress admin site not found

I was late approx 1 month to renew the domain then when I need to access WordPress admin page redirect to “not found,this is embarassing bla bla bla…”

Here My solution:
– Login to Cpanel -> File Manager -> go to your WordPress folder (usually under public html folder)
– Check the permission of wp-login.php. In my case while can not access the admin site the permission was 000, I change the permission of wp-login.php to 500 then problem solved, admin site can access back to normal.

Another usefull tips from WordPress codex if can not access WordPress admin page issue go here

Upgrade WordPress manually via FTP using FileZilla


1. Backup your database. Read Backing Up Your Database for a detailed explanation. Check here how to backup.
2. Backup ALL your WordPress files in your WordPress directory. Don’t forget your .htaccess file. Check here how to backup.
3. Verify the backups you created are there and usable. This is essential.
4. Deactivate ALL your Plugins.
5. Ensure first four steps above are completed. Do not attempt the upgrade unless you have completed the first four steps.
Continue reading

Complete Backup WordPress.org Website/Blog


Here my steps to backup my WordPress sites:

I. Backup WordPress database with PHPMyAdmin
Note: My cPanel using PHPMyAdmin ver 3.5.8

Backup Process with phpMyAdmin
a. Log into phpMyAdmin on your server
b. Click the name of your WordPress database if you have several databases.
c. The next screen will show you all the tables inside your WordPress database,ignore those, and click the ‘Export‘ tab on the top set of tabs.
d. If you have other programs that use the database, then choose only those tables that correspond to your WordPress install. They will be the ones with that start with “wp_” or whatever ‘table_prefix‘ you specified in your ‘wp-config.php‘ file.
Continue reading

WordPress Gallery foto menggunakan free plugin gallery-plugin


 
Secara default WordPress sudah dilengkapi dengan fitur galeri tetapi kurang menarik dan kurang atraktif, jika ingin menampilkan galery foto di WordPress dengan menarik dan aktraktif bisa menggunakan plugin gallery plugin dari developer BestWebSoft yang berlisensi free dan mudah digunakan.

Plugin ini memungkinkan untuk menerapkan galeri sebanyak yang Anda inginkan ke website Anda. Anda dapat menambahkan beberapa gambar dan deskripsi untuk galeri masing-masing, menunjukkan kepada mereka semua disatu halaman post ataupun page.
Continue reading

Cara Merubah WordPress admin url


Cara termudah untuk mengganti atau menyembunyikan /wp-admin url adalah menggunakan plugin Lockdown WP Admin. Plugin ini dapat mengubah url /wp-admin/ juga akan menyembunyikan /wp-admin/ ketika ada visitor mencoba mengakses /wp-admin/ langsung, mereka akan dapat pesan error 404.

Plugin ini juga dapat menambahkan otentikasi HTTP langsung dari admin WP dan menambahkan custom username/password kombinasi untuk HTTP authentifikasi atau menggunakan WordPress login password.

Kelebihan lainnya plugin ini tidak mengedit file .htaccess atau mengubah file core WordPress dan semua file CSS/Gambar didalam folder /wp-admin/ masih dapat diakses kecuali untuk file-file .php tidak dapat diakses. Jika Anda mengaktifkan authentifikasi HTTP akan menambah auth HTTP ke file PHP di /wp-admin/

Continue reading

Copy WordPress site ke localhost


Pada prinsipnya saya malas trial plugin atau themes di online WordPress website, karena disamping buang waktu, boros bandwidth dan jika error jadi malah tambah pusing. Kadang WordPress site tersebut saya copy ke localhost buat ngulik dan belajar..

System/software yang saya gunakan di komputer:
– OS Windows 7
– FileZilla Client
– WAMP Server (WAMP di PC saya terinstall secara default di folder C:\wamp dan apache rewrite_module status saya aktifkan agar tidak ada masalah dengan .htaccess file)
Continue reading

WordPress free Site Maintenance Plugin


Plugin WP Maintenance Mode menurut saya adalah plugin wordpress yang bagus,free dan sangat berguna untuk menampilkan site offline/maintenance. Thanks to developer for this plugin..

Info detail dan cara instalasi plugin ini bisa dilihat di http://wordpress.org/extend/plugins/wp-maintenance-mode/
Continue reading