Installing multiple WordPress site on any server is really pretty easy. Simply set up a what is called an “Add on Domain” in your control panel. By default a folder is created for each domain. You can simply install WordPress in each of these folders. This works fine for two or three domains, but you’ll soon run into the resource limit [...]
Archive | Tips RSS feed for this section
Start Each WordPress Site Clean (no default content)
December 19, 2009
If you’re tired of deleting the sample about page, post and comment setup as part of the WordPress installation then you might be interested in this simple install option. To start with a clean install just create a file called ‘install.php’ in the wp-content directory and put the following code in it. <?php function wp_install_defaults() [...]
Add a Widgetized Footer to Your WordPress Theme
April 28, 2009
I found a nice tutorial on how to add widgets to the footer of a theme. Widget aren’t just for the sidebar anymore.
Widgetize This
March 22, 2009
Widgets aren’t just for the side bar anymore. I found this article what talks about new possibly positions for widgets.
Widgetize This.
Check out our own blog for widgets positioned in the footer.

March 17, 2012
0 Comments