I’d have to say edit the theme you’ve chosen so that the information in the header and footer is that of your old include info.
You’ve got the standard (default) theme on there now, you might want to do a search for other themes you could implement and modify to get the same look and feel as your old HTML site.
You can manage and edit themes right from your WP admin section… choose “presentation” and it will list the current themes you have available to you. If you find others you like, use an FTP program to upload them to “wp-content/themes” and then when you return to the admin, you will be able to select and edit any new themes you’ve added.
Thanks. I’m going to try working through this and post my progress here.
To edit a theme, do I have to do anything special? I tried modifying the default theme, but it said “if this page was writable, you could edit it” or something like that.
go into the theme folder, then the folder of the theme you are using.
edit the following:
header.php
index.php
sidebar.php
footer.php
what i did is make the site through html first.
then pasted the code accordingly around the php code in the files above.
Things are working better, as you should be able to see here: http://www.dieiscast.com.
I’m still having a few problems, such as getting RSS feeds set up, though. I’m going to search a few pertinent threads. Feel free to offer me any feedback on the site or my WP mechanics–I’m still getting the feel of it.