Hinjiriyo on "Bulk delete images while still using them as thumbnail (featured)"
I wrote a plugin to bulk replace featured images. Take a look at http://wordpress.org/plugins/quick-featured-images/
View Articlenissimziv on "Bulk delete images while still using them as thumbnail (featured)"
Thank you Hinjiriyo! I am going to test this plugin. Very useful indeed. Actually, I found a way to mass delete images, therefore would like to post it for anyone who will face the same issue in the...
View ArticleAhmed Na on "Creating completely new WordPress site from old WP one"
I have a WordPress 3.5 site that is working good without any problem, but now I'm working in creating completely a new WordPress project, it will be using the latest WP 3.8.1 and new design with a...
View ArticleOC2PS on "Will WordPress scrap the use of mysql_ functions?"
Makes sense to move to mysqli
View ArticleChristiaan Conover on "Creating completely new WordPress site from old WP one"
Are you migrating the existing site from WordPress 3.5 to 3.8.1? If so, you shouldn't need to create a new install, you can just upgrade the existing installation of WordPress to the latest version....
View ArticleAhmed Na on "Creating completely new WordPress site from old WP one"
Thank you (@Christiaan Conover) for your reply, but the new website will be different in (categories, tags, new pages, new menu) that's what i mean by completely new, so i'm not upgrading or migrating....
View ArticleChristiaan Conover on "Creating completely new WordPress site from old WP one"
So you want to use all the posts and pages from the old site on the new site, but you're changing the taxonomy? If so, you should still be able to do that on the existing site. You may want to set up a...
View ArticleAhmed Na on "Creating completely new WordPress site from old WP one"
again, thank you for your reply (@Christiaan Conover). I have a local development environment and i will try as you say, also i'm keeping it in the same domain not moving to a new one, the only change...
View ArticleChristiaan Conover on "Creating completely new WordPress site from old WP one"
Ok. You can either stick with your existing install, or copy the database from your current site to your development site, make all the modifications in development, and then wipe out and do a fresh...
View Articleemaildano on "Database Errors"
Hello! Repairing my database tables gave me these errors. Any suggestion on a solution? wp_usermeta: 3 clients are using or haven't closed the table properly wp_posts: 5 clients are using or haven't...
View Articleemaildano on "Database Errors"
I found a solution. This Wordpress database repair didn't work: http://codex.wordpress.org/Editing_wp-config.php#Automatic_Database_Optimizing But I did have luck repairing the database via phpMyAdmin:...
View Articlevtxyzzy on "Moving site from godaddy to amazon"
When you move a site, you must replace the old URLs and paths with the new ones. Some of these are stored in the database in 'serialized' form where the string length is stored along with the string....
View ArticleSensus-method on "[Plugin: WordPress HTTPS (SSL)] Caching url parts"
Since my custom plugin is generating a lot of hyperlinks to other wordpress pages, the site is getting slow. After some research, this HTTPS plugin was the bottleneck. 300+ mysql statements for...
View Articlechrimby on "Backup Error - White sites"
Hello, I had to restore my wordpress site, because there was an error. I made a MySQL Backup and a FTP backup aswell (from the same day). After restoring my SQL backup and transfering my Website-Data,...
View Articlemark24 on "newly created mysql table not found"
I'm new to WordPress and am trying to set up a table of customers with passwords. I created a new MySQL table named wp_qcustomer and inserted 2 rows with phpadmin. I think I have the syntax right as it...
View Articleyehudah on "newly created mysql table not found"
after the query try this: if ($mylink != null) { echo "all good"; echo $mylink['fname']; } else { echo $wpdb->last_error; }
View ArticleMonkeyVision on "MAMP Error Establishing database connection"
I have the same problem... I do all step I follow in this post but nothing happened... some idea?
View Articlemark24 on "newly created mysql table not found"
Thanks Yehuda. I got the error message. It said "You have an error in the sql syntax in the WHERE clause..." , but the syntax is the same as the one that works. custid is defined as INT(4) and is a key...
View Article