jeffwarren.org
I recently finished work on Jeff Warren’s everything and anything website jeffwarren.org.

He wanted to be able to make “pages” about all the various projects that he has worked on over the years and to put of the pages into “category” buckets. He was also clear that he didn’t want a blog. He was asking for a lot and he didn’t want to spend very much putting it together so I figured that Wordpress would be his best option – but how do you make Wordpress not act like a blog? It turned out to be a lot simpler than I had expected.
I started with the ADreamToHost theme as a base and then got to work stripping out all the “blog” like aspects from the code – comments, user account creation, etc – and then I started adding in some unique and helpful plugins. For sorting categories and giving them icons I used plugins called Category Icons, My Category Order, and Category Visibility. This allowed Jeff to easily add, edit, and remove categories icons and change the order of categories on his site. All that had to be done then was to alter the Main Index Template to show categories instead of blog posts like so:
<?php if (function_exists(‘put_cat_icons’)) put_cat_icons( wp_list_categories(‘orderby=order&hierarchical=0′.’&echo=0′),’icons_only=true’); else wp_list_categories(‘orderby=order&hierarchical=0′); ?>
Jeff also wanted to be able to have visitors sign up for an email newsletter for which I installed the Newsletter and WP-Mail-SMTP plugins. Newsletter is an extremely robust and thorough plugin that handles subscribes and unsubcribes through email confirmations as well as the actual batch mailing to all of your signed up subscribers.

For embedding media into his posts I installed QuickTime Embed, Smart Youtube, and the Audio player plugin.
Jeff came up with the look and feel of the main page layout and I used the ADreamToHost template as a base for all of the sub pages.
Overall I found the majority of the chosen plugins to be very easy to work with.
Jeff’s site is hosted on Dreamhost.








