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/Bookmark

Related posts:

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

Comments are closed.

Facebook
Brett Bumeter's Facebook profile
Subscribe

Enter your email:

  • Exploring 3 sidebars in Artisteer 2.4.0.25435 WordPress themes
    A quick new look at some new formatting in css with Artisteer as of version 2.4.0.25435 Related posts:Can’t Drag Widget into Sidebar 2 on Artisteer Designed Theme? Optimize Artisteer WordPress Theme’s H1/H2 Title Tags for SEO How to Speed up Artisteer WordPress Theme Load Times […]
  • SEO Copywriting WordPress Content Optimization Plugin Video Review
    Video review shows Copywriting, Content & SEO Optimization may be tedious, but the Scribe SEO Web Service w WordPress Plugin makes Copywriting Optimization easy Related posts:The Most Important WordPress Plugin You Will Ever Find – All in One SEO Pack Optimize Artisteer WordPress Theme’s H1/H2 Title Tags for SEO Charlotte May WordPress Meetup Fav Plugin/ […]
  • Can’t Drag Widget into Sidebar 2 on Artisteer Designed Theme?
    A friend of mine that is learning how to use both WordPress and Artisteer, the theme design software, sent me a question about what appeared to be a broken sidebar option within WordPress.  John of TransformativeLifeCoaches.com asks I am wanting to install an Aweber autoresponder Sign Up Box (for a Giveaway report and a series of [...] Related posts:Optimize […]
  • Lab on the Lake 3 – Networking Your Blog While Building Traffic
    We held the third Lab on the Lake today on the topic of Networking your blog while building traffic.  This session ended a little early due to rain, but over all we covered the large part of this topic.  The next Lab on the Lake is 5-29(Friday) covering the topic of WordPress Installation and Configuration [...] Related posts:Labs on the Lake | Monetizing Bl […]
  • Labs on the Lake | Monetizing Blogs and Traffic Building by Networking-Week of 5/18
    This week we are kicking off two more Labs on the Lake.  This week we will hold two labs.  One today, Monday(5-18 at 2pm est), covering the topic of Blog Monetization, walking through some blog revenue sources, adding some new ones to the list and giving some advice on how to navigate these options which [...] Related posts:Lab on the Lake 3 – Networking You […]