Install Extra WordPresses as Pages
Wednesday, February 13th, 2008
If you’re tired of only having one blog page on your WordPress site (and there are reasons to want more than one) then don’t fear - WordPress meshing to the rescue. What do I mean by that term meshing? I guess an example is the best way to explain.
This page of my site is the blogging section - or you might call it the current news on your site. But I also wanted to have the same funtionality on separate pages of the same site, particularly with photography and drawing. How cool would it be to have each of these three pages run as an actual blog? Way cool… then I realised it was really simple.
First I have to admit I have a WAY lot of space on my server account at Tashosting thanks to Brett Drinkwater’s generosity. Second I should confess to having way too much time on my hands some mornings. Third you’ll need permission in your account to have another 2 databases running. So the solution was quick and easy.
- Installed two more WordPresses into their own folders in the root directory - one for photography and one for drawing
- Got my original theme for this site and made a copy (new version) for the two new WordPress installations
- In this new copy theme I stripped all the extra folders - gone are the extra stylesheets, graphics folders, and javascript etcetera from the original theme so all that remains is the style.css file and other php templates of the theme
- Remove all extra functionality you don’t require on the new theme’s index.php - I removed the search function and pages navigation links
- If you have a content rich footer with stuff in it like mine then think about culling it like I have but you may want to dig deeper to suit your own needs
- Upload and install the new themes folders to their respective new locations and activate them in the Presentation tab of WordPress admin


