As requested by some attendees at the WordCamp Toronto 2009, I've uploaded my presentation slides: "Various Ways of Using WordPress." The slides can be downloaded at SlideShare and I've also embedded them in this post. If you missed the event, this post is a quick recap of my presentation. You will learn how I use WordPress to manage my sites: Web Designer Wall (blog), Best Web Gallery (gallery), and IconDock (eCommerce/blog). Get ready and learn more about WordPress theme coding.
Things You Should Know:
Example 1: Using WordPress As A Blog (WebDesignerWall)
Displaying A Post Image Using Custom Fields
The following sample code will show you how to use custom field to display a post image as seen on Web Designer Wall.

To add a custom field, go to Admin > Write a new post, scroll down to find the Custom Fields panel, enter the custom field name (Key) and the Value (the URL of the image location).

Open the theme index.php file, in between The Loop, enter the following code where you want to display the custom post image.
<?php $postimage = get_post_meta($post->ID, 'post_image', true); ?>
<?php if ($postimage != "") { ?>
<a href="<?php the_permalink() ?>"><img src="<?php echo $postimage; ?>" /></a>
<?php } ?>
Displaying a Dynamic <title> Tag
The following sample code will show you how to display a dynamic <title> tag depending on the page the visitor is viewing. For example: if it is home, display the blog name; if it is 404, display "404 Not Found"; and so on.
<title>
<?php if (is_home()) {
echo bloginfo('name');
} elseif (is_404()) {
echo '404 Not Found';
} elseif (is_category()) {
echo 'Category:'; wp_title('');
} elseif (is_search()) {
echo 'Search Results';
} elseif ( is_day() || is_month() || is_year() ) {
echo 'Archives:'; wp_title('');
} else {
echo wp_title('');
}?>
</title>
Example 2: Using WordPress As A Gallery (BestWebGallery)
Managing Posts With Custom Fields
There are three custom fields: thumb, large image, and url.

To make life easier, I use the plugin Custom Write Panel to manage the posts. With this plugin, I can create a custom write panel where all custom fields are in one panel.

Theme Switcher
I use the Theme Switcher plugin to allow visitors to choose their layout preference: thumbnail, large preview, and details mode.

Below is the overview of the themes. The "master" theme is the thumbnail mode which is the default theme. It has most of the template files: CSS, JS, images, and PHP files, etc.
Since the header, sidebar, footer, page, 404, and single template file are the same, I use PHP include to get the files from the "master" theme.
Below is a sample code of the "full" and "details" theme index.php file.
<?php if (is_page()) {
include ('./wp-content/themes/master/page.php');
} elseif (is_404()) {
include ('./wp-content/themes/master/404.php');
} elseif (in_category(8)) {
include ('./wp-content/themes/master/category-8.php');
} elseif (is_single()) {
include ('./wp-content/themes/master/single.php');
} else {?>
<?php include ('./wp-content/themes/master/header.php'); ?>
<div>. . . display posts (The Loop here). . . </div>
<?php include ('./wp-content/themes/master/sidebar.php'); ?>
<?php include ('./wp-content/themes/master/footer.php'); ?>
<?php }?>
The style.css file in the "full" and "details" theme is used for the theme naming purpose.
/*
Theme Name: Details Mode
*/
Example 3: Using WordPress As A Shop (IconDock)
Displaying The 5 Latest Posts
The following tutorial will demonstrate on how to display the 5 latest posts as seen on the homepage of IconDock.

I use query_posts to get the 5 latest posts from the database. Notice I have a "loopcounter". If the counter is less than or equal to 1, display the full content (which is the first post). Else, display the last 4 posts in a <ul> list.
<?php query_posts('showposts=5'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); $loopcounter++; ?>
<?php if ($loopcounter <= 1) { ?>
<div> first post content </div>
<ul class="recent-post">
<?php } else { ?>
<li> last 4 post links </li>
<? } ?>
<?php endwhile;?>
</ul>
<?php else : ?>
<?php endif; ?>
Conditional Tags
On the IconDock blog page, notice there are two version of post data (under the blog post title)?

I use the Conditional Tags to check what category the post is stored in. If the post is stored in category 28 (which is the free icon category), display the credits and rating stars. Else, display the regular post data.
<?php if (in_category('28')) { ?>
<p>credits</p>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<?php } else { ?>
<p>regular post data</p>
<? } ?>
Managing Free Icon Posts With Custom Fields
Again, I'm using custom fields to manage the free icon posts.
![]()
The plugin I use to manage the posts is Flutter. It is basically similar to Custom Write Panel, but for newer version of WordPress.

Getting Rid Of The Category Base
By default, WordPress requires a category base in the URL structure. To get rid of that, create a blank Page and a custom Page template to query the posts from the category. Visit the Icon Blog and Free Icons page to see the result.
Below is a sample code of a Page template. I use query_posts to get posts from category 28, which is the free icon category. I set the posts_per_page -1, this means get all posts.
<?php
/*
Template Name: Template - Free Icons
*/
?>
<?php get_header(); ?>
<?php $page_num = $paged;
if ($pagenum='') $pagenum =1;
query_posts('cat=28&posts_per_page=-1&paged='.$page_num); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div> display post here </div>
<? endwhile; endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Then create a blank Page and assign the Page template to it.

WP E-Commerce Plugin
The shopping cart at IconDock is powered by WP E-Commerce plugin. Head over to Instinct website for more details or download the plugin.
The current version I'm using now is modified by the developers at Instinct. I've heard they are working on a template engine which will be release soon. The template engine will work similar to the WordPress template tags. So, look out for their new releases.
More WordPress Examples
Here are five great examples of using WordPress for different purposes.
45royale Inc.
Creative Depart
Typographica
FlickOut
Jeff Finley
As promised at the conference, below is the code that Jeff Finley use to display the related posts with custom field. The plugin he used is Yet Another Related Posts Plugin. This code should go to the single.php file.
<?php $results = $wpdb->get_results(yarpp_sql(array('post'),array())); foreach ( (array) $results as $_post ) : ?>
<a href="<?php echo get_permalink($_post->ID); ?>"><img src="<?php echo get_post_meta($_post->ID, 'post_img', true); ?>" /></a>
<?php endforeach; ?>







It’s a great post. But i would like to know more about the iphone 4 white imformation.
That is to be expected in a long-term, high-risk project like ours. So, we turned to the blogging community for help – and got it! We have published our problems, and the community responded with results!cheap ugg boots
Thank for your website I love gclub content and want you to see my website too
A pleasure read your blog.
Different thinking, contains a problem to produce several possible solutions.
good solution, thanks for share.
These are really stunning, there are even some sites that are new to me. All the colour schemes complex 41are definatly brave but I really think they work to make the sites eye catching and engaging.
And then he handed you the thirty-five 45
Thanks for sharing the time to your blog that, I feel strongly about it and love learning more on that topic.
Thank you for great information. I will come back to your website again. Thanks you very much.
Great memories at this camp and meet up with alot of amazing wordpress bloggers. thanks for the post.
This can be a intelligent blog. I indicate it. You’ve a lot knowledge about this issue, and so much passion. You also understand how to produce folks rally behind it, of course from your responses. Youve received a design here thats not too flashy, but makes a statement as large as what youre saying. Fantastic position, certainly.
Very very clear!! .. Thanks for your share!
Thx so much for share. You can contact us at โมนาวี
Thx so much for good artical . You can good contact to โมนาวี
You’ve a lot knowledge about this issue, and so much passion. You also understand how to produce folks rally behind it, of course from your responses. Youve received a design here thats not too flashy, but makes a statement as large as what youre saying. Fantastic position, certainly.
hi
i really like this code
i needed it badly this code
thanks for sharing
keep it up