Converting a site to WordPress

So over the last two week, I have spend my free time converting my site over to WordPress. There are several reasons for this. First, I really like the ability to add plug-ins to my site. I also love how easy it is to add new pages and manage the site. There are also the benefits of SEO with great sitemaps and xml sitemaps and more.

So I knew I wanted to make my site look very similar to the old one. I was happy with the older design, but I wanted some new functionality mainly for blogging. I was using Blogger to do my blogs, but since that service is no longer available how I was using it, it was time for something better. I really like WordPress as a blogging tool, but many people don’t realize how good it is as a CMS.

I basically had my old site recreated in a couple of hours, But my site is based on a 12 column grid, and I have my wordpress theme on a 16 column grid. This caused several formatting issues that i am still working out, but I got it looking pretty good.

Next I needed to add all of the pages from the old site. Since I am using the same grid system, it was merely a matter of cut and paste for many of the pages. That sure makes it easy! Some pages are still not done yet. I need new art and I want to edit the flash on those pages to a small size.

So there are more projects to be done. I will blogging about my updates as I go.

Signed up For ClickTale

By Dave Fogel | January 12, 2011

We are always looking for better ways to get data from the web. Clicktale is a pretty cool product that allows you to generate heatmaps of you site and find out what people are doing. There is a free trial. Check it out. www.clicktale.com

Adding WordPress 3.0 Menu support to your older site

By Dave Fogel | January 12, 2011

I have come across this a few times when updating older sites to WordPress 3.0 that the fancy new menu system in WP3.0 doesn’t work. Fortunately, this is an easy fix. First off, you will be editing your functions.php file, so make a backup! Now, add this code to your funtions.php file: add_action( ‘init’, ‘register_my_menus’…

Having Multiple Footers in wordpress

By Dave Fogel | January 11, 2011

Sometimes I like to have multiple footers for a site, or at least one for the homepage and one for the rest of the site. Fortunetly, wordpress makes this really easy to do. WordPress has a special template tag for including them into your theme: This function will accept only one parameter, a string, which…

Posted in

Dave Fogel

Leave a Comment