Creating Tables in WordPress Database

It may be a wrong approach, but without creating a plugin, one of my seniors, once did a WordPress Shopping Cart project by creating extra tables for her custom purposes. What she did is to follow the other existing tables in WordPress database. Suppose what wp_posts table has by default is an ID. She opened … Read more

Copy site on same server?

yes Patrick, you need to install wordpress again in that directory and add a new databases or just use the existing one just put in mind that u should not use the same prefix which you used in your root installation, and after that just pop any en or english link in your root site … Read more

Posts are deleted everyday at night

‘Every night’ sounds like it’s triggered via a cronjob. You may install the wp-crontrol plugin to see what cronjobs are sheduled in your wordpress install. If you don’t see something obvious there I would also suppose it happens outside of wp. But as you already pointed out, you can only be sure when you revert … Read more