The Trifecta of BlogWorld, New Media Expo & Las Vegas WordCamp 2009

Originally posted in full at Softduit Media.

Permalink

Last weekend I ventured back to BlogWorld & the New Media Expo and Las Vegas WordCamp.  The great thing is that all three conferences were consolidated in the Las Vegas Convention Center.  I closed out WordCamp with a Session on How to Design a WordPress Theme in Minutes.  The video from the event is not yet available, but the slides are below:

This was an expanded version of the ‘Intro’ level presentation that I provided a few weeks ago at WordCamp Birmingham. 

The big difference is that I demonstrated how to use multiple themes in a single WordPress configuration.  Multiple themes that anyone could design and later iterate modifications themselves.  I also highlighted a few of the techniques that I utilized to build our strategic partner’s site at Grass Shack Events & Media.

Here is the basic code that I utilized to create and call a default header as well as alternate headers based on an if then else selection:

<?php
//
// example of using header file based on pages
// note that you can either use page ID, Page Name or Page Slug
//
// this one uses page title

if (is_page()){
    include(TEMPLATEPATH.’/header-business.php’);
}
else {
    include(TEMPLATEPATH.’/header-default.php’);
}
?>

 

This month I will also create additional step by step video tutorials to share with people that were unable to attend this session.  Alternately, if you would like me to speak at a conference or event in your area, please contact me to discuss availability.

Note: Cross posted from Softduit Media.

Permalink

Related posts:

  1. I’m Speaking at WordCamp RDU 2009 After NIN /Jane’s Concert
  2. How to Design a WordPress Theme – Unconference WordCamp Boston
  3. Going to Las Vegas WordCamp, too!
  4. New Media expo
  5. WordCamp Birmingham 2009 – Great Times
Latest Run
Cooooool!

Spread some Holiday Beer! Free Shipping on orders of $100 or more with coupon BFRIDAY. Expires 12/1


Artisteer - Wordpress Theme Generator
Customize Your Sites theme today!
You don't need any programming experience to design Custom WordPress Themes. :)
The new Novel
Facebook
Brett Bumeter's Facebook profile
Lake Weather