Tagged Questions
1
vote
1answer
681 views
One WordPress install serving multiple virtual hosts
I have a number of WordPress-enabled sites setup as virtual hosts under XAMPP on a Windows 7 development server.
An example virtual host is as follows:
<VirtualHost *:80>
ServerName ...
2
votes
1answer
156 views
On Install, which code sets the 'home' option?
I'm just doing some wordpress development and wondered for a brand new install, which code within core is generating the first value that get's filled into the home option?
I'm looking for the code ...
1
vote
1answer
478 views
How to import WP XML file automatically on installation?
I'd like the user to install WP and have the default content loaded automatically but i don't want to have to write in in PHP in the wp_install_defaults(); I'd much rather export an xml file each time ...