2.9 to 3.0: Pros and cons of upgrading?

Is there less or more plugin support with 3.0? This is a very subjective question because this is based on which plugins you are using. Generally I think there are more plugins available for 2.9.x or even 2.8.x but these numbers might be just misleading. If you have not modified your blog at large so … Read more

upgrade has caused page content to disappear

If content displays within WordPress itself when you are logged into the dashboard but does not display on the front end of your site it is almost always a theme problem. If you have access to server logs, such as error logs in cPanel, you can see what errors are being thrown up. The easy … Read more

Need help fixing sql syntax error after WP 3.2 upgrade

I ran into this as well… I am using the SQL query, but not the wpfp_list_most_favorited() function, so this may or may not work for you, but worth a shot. Try updating the SQL query in wp-favorite-posts.php (around line 206) from: $query = “SELECT post_id, meta_value, post_status FROM $wpdb->postmeta”; To: $query = “SELECT post_id, meta_value, … Read more