How to move existing WordPress wp-content folder along with database to new server and new domain name?

Running WP 3.5.1 on a LEMP stack (over at Linode) … I have a wp-content folder for a WP site along with a full backup of the database. The URL of the site was something like: test.example.com I want to get the site operational on my own server at: test.mydomain.com And once the site is … Read more

How to display a raw HTML page (bypassing WordPress theme, scripts, etc)

I’m a software engineer with a WordPress site with hundreds of pages, and it’s working very well. There are certain cases, however, where I’d love to be able to code my own page with no interaction with / interference from the WordPress system (no themes, no styles, no javascript, etc) yet still have it located … Read more

How to Create a Cookieless Domain in WordPress

How do you create a ‘cookieless’ domain for WordPress? 2 Answers 2 Using “cookieless” domain for serving static assets is common recommendation performance tools give. The reasoning being that cookies do nothing at all for such files, but still consume resources. It is, however, not something WP can handle for following reasons: WordPress does not … Read more

How to use alias domain for multisite installation?

Is it possible to use alias-domain for multisite installation? I have tried domain-mapping plugin and Multi Domains plugin for WordPress, but this does not solve this problem. Example: I have installed WordPress multisite on domain.com. My bloggers have sub-domains like myblog.domain.com. Now I want to add an alias domain like domain.co.uk. So, myblog.domain.com will be … Read more