Archive for the ‘Wordpress’ Category

The Tips: WordPress plugins cause CPU load/resources

This item was filled under [ Wordpress ]

Appearantly, wordpress plugin used up your CPU resources. And if you have lots of visitor, your site is going down, because your shared hosting will ban your site. This is how to minimize the usage of CPU resource that cause so much load if you dont want to upgrade to VPS: 1. I heard “related [...]

Continue reading...

WordPress: Fatal error: Allowed memory size of …

This item was filled under [ Wordpress ]

Recently, I upgrade WordPress 2.8.0 to WordPress 2.8.1, but whenever i want to updates page/post, it always got error, something says like this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1634927 bytes) in /home/path/public_html/wp-includes/wp-db.php on line 450 I don’t know what’s wrong because the upgrade went smoothly. So, i found [...]

Continue reading...

WordPress 2.7 “wp_list_pages” Exclude Not Working

This item was filled under [ Wordpress ]

I just found out that php template code for wp_list_pages Exlude and Exlude_tree is not working in WordPress 2.7.x I was having trouble with my menu because of this problem. I tried to search how to fix this. And i found out that it will work if you find this code on wp_includes/post.php: if ( [...]

Continue reading...

How to Posting Blog From Email to WordPress

This item was filled under [ Wordpress ]

Is it possible to posting blog from email to wordpress? and email the post from our mobile? the answer is yes..i’ve been trying to make it by trial and error. But, i finally can manage to post from my blackberry through email. Here’s the tutorial on how to post blog from email to wordpress: – [...]

Continue reading...

How to retrieve wordpress account password

This item was filled under [ Wordpress ]

Here’s how to retrieve wordpress account password: 1. Open your phpmyadmin 2. on SQL tab, put this on search: UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here’ ) WHERE `wp_users`.`user_login` = “admin_username”; “new_password_here” – replace this with the new password you wish to use. “admin_username” – replace this with the username the password should be updated [...]

Continue reading...

HTTP error on uploading images to WordPress 2.5.1

This item was filled under [ Wordpress ]

If you experienced problem with uploading the images in wordpress 2.5.1. Here’s the step by step solving tutorial: – Make a notepad file. Name it test.txt – Insert this coding to the test.txt SecFilterEngine Off SecFilterScanPOST Off Save. – Then upload it via FTP to your wordpress root. – CHMOD it to 777 – Okay, [...]

Continue reading...

Page 1 of 212