Posts Tagged ‘wordpress tips’

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...