Memory needed to host 200 wordpress sites?

The actual RAM you need depends on many factors: plugins theme installed extensions (server and PHP) the current operation (editing images needs the most) translation, some translation files are really heavy In a multisite, some resources are shared, the server setup for example is not duplicated each time you create a new site. You can … Read more

How would I compare and remove hacks to core?

Pull down the copy of WordPress from your client’s server to your local. Download a clean zip of the version of WordPress your client has installed. http://wordpress.org/download/release-archive/ From there, you will need to use a file comparison tool (i.e. Diff on Linux). You can also use GIT to find the difference in folders by creating … Read more

5 blogs on one WordPress site

If you don’t want to use Multisite, yet still want to have multiple blogs with a common backend, another idea is: Customize your theme’s Author Templates so each author’s “blog homepage” has a distinct design Create several different stylesheets, one per author. Use some conditional logic to display the appropriate stylesheet when viewing an individual … Read more