Archive | Tips RSS feed for this section

Multiple WordPress Sites on one Server

March 17, 2012

0 Comments

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 [...]

Continue reading...

Start Each WordPress Site Clean (no default content)

December 19, 2009

0 Comments

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() [...]

Continue reading...

Add a Widgetized Footer to Your WordPress Theme

April 28, 2009

0 Comments

I found a nice tutorial on how to add widgets to the footer of a theme. Widget aren’t just for the sidebar anymore.

Continue reading...

Widgetize This

March 22, 2009

0 Comments

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.

Continue reading...