sjc suggested I post a little follow up on my wordpress install and it’s integration into the UVM Web Template. This will be less of a “How-To” than a “this is about what I did”, so you may wish to treat them more as guidelines as anything else.
For the most part, it’s pretty much a standard install. You’ll need a mysql account and of course a zoo account. Once obtaining these, you can pretty much follow the install procedures outlined in the wp install docs.
Fixing profile.php
The biggest obstacle to the base install didn’t show up until I tried to change the default admin password. At this point, I ran into a fatal error caused by the inclusion of auth.php in profile.php - it seems the code was trying to redeclare the veriflog() function in auth.php. To repair this, I commented out the following line in ./wp-admin/profile.php:
require_once('auth.php');
That done, you should be ready to go and customize the rest of wp, including your own profile. I would recommend changing the autogenerated password to something more appropriate.
Images
In order for you to be able to upload images, you’ll need to create a directory (i.e. “images”, or “uploaded-images”) in your wp install directory, and change it’s permissions to 777. Note that this makes them writeable by anyone - ye be warned!
Once you’ve created an upload directory, you can proceed to Options->Miscellaneous in your wp admin area and enable file uploads. Be sure to fill out the path information, using the name and path of the directory you just created. If you’ve done it right, you will have an “Upload” link in your wp admin navigation. Otherwise, it should tell you that it has a problem with the directory you specify.
Setting up your WP Categories
Since your categories will be what define the different “sections” on your templated site, you’ll need to create a few first (you can always create more later on). These are what will be used in your side navigation if you decide to use the UVM Template. I have “Projects”, “Tool Box” and “Potent Potables”.
You may also want to set up categories in the links area, and add some links to those.
That’s about it for the wordpress install and configuration. Next, we’ll go over how to pull the content into the uvm template.
Tags for this post: