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

Share
Related posts:
  1. WordCamp Birmingham 2009 Presentation Slides – Design Your First WordPress Theme in Minutes Brett Bumeter is presenting today at WordCamp Birmingham teaching people how to design their first theme in minutes. Note: Cross posted from Softduit Media. Permalink...
  2. How to Design a WordPress Theme – Unconference WordCamp Boston After catching up on my sleep after traveling back all night from Boston from one of the largest wordcamps that I have attended to date,...
  3. Can’t Drag Widget into Sidebar 2 on Artisteer Designed Theme? Note: Cross posted from Softduit Media. Permalink A friend of mine that is learning how to use both WordPress and Artisteer, the theme design software,...
  4. Artisteer 2.4 with Vertical Menus & Flash Headers Available Tonight I’m checking out the new Artisteer 2.4 which just became available.  The new version (in beta still) supports to major feature advances: Vertical Menus...

Comments are closed.

Twitter Tools
  • Chronicles of Narnia The Lion, The Witch, and The Wardrobe
    Control Lucy, Peter, Edmund and Susan - four unlikely heroes battling creatures from myth and legendTeam-based action adventure as you wage war against Centaurs, Minotaurs, Werewolves, Satyrs, Boggles and moreUnique combat skills, weaponry and special moves as you fight hordes of mythical beasts and solve intricate puzzlesSeamless game play integration of fi […]
  • Sakar WII-102 Tennis Racket – Game controller tennis racket attachment
    SPORTS […]
  • Large Software: Password Manager
    Password Manager remembers usernames and passwords for ANY web page or application.Password Manager prevents password theft.Password Manager allows you to travel anywhere and rely on its innovative technology.Password Manager protects you from phishing scams.Password Manager also protects you from keylogging. […]
Archives