<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Training Wheels &#187; WordPress</title>
	<atom:link href="http://www.webtrainingwheels.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtrainingwheels.com</link>
	<description>teaching you how to market your business online</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:09:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Use The WordPress Gallery Shortcode</title>
		<link>http://www.webtrainingwheels.com/2010/07/how-to-use-the-wordpress-gallery-shortcode/</link>
		<comments>http://www.webtrainingwheels.com/2010/07/how-to-use-the-wordpress-gallery-shortcode/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 01:21:42 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=734</guid>
		<description><![CDATA[WordPress has an in-built image gallery feature which does not yet seem to be common knowledge even though it’s incredibly simple to use.
So let’s say you are writing a post that you want to include an image gallery in.
1)   Using the usual upload/insert image button, upload any images you want to include in the gallery [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress has an in-built image gallery feature which does not yet seem to be common knowledge even though it’s incredibly simple to use.</p>
<p>So let’s say you are writing a post that you want to include an image gallery in.</p>
<p>1)   Using the usual upload/insert image button, upload any images you want to include in the gallery BUT make sure to just click “Save All Changes” instead of “Insert Into Post.”</p>
<p>2)   If you want your gallery to have captions, make sure to fill in the Caption field when uploading your images.</p>
<p>3)   To display the images you just uploaded, simply use the shortcode:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>gallery<span style="color: #009900;">&#93;</span></pre></div></div>

<p><span id="more-734"></span>You can type the shortcode in either the HTML or the Visual tab,  and it will automatically display the images you uploaded.</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/07/gallery-shortcode1.jpg"><img class="alignnone size-medium wp-image-736" title="gallery-shortcode" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/07/gallery-shortcode1-499x256.jpg" alt="using the WordPress image gallery shortcode" width="499" height="256" /></a></p>
<p>Slightly more advanced options:</p>
<p>1)   By default the gallery shortcode will display thumbnails – at the size set in your Media submenu under Settings.  You can choose to display the images at Medium or Large sizes (again, according to the settings in your Media menu), or at the full size of the image. Just use the following format:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>gallery size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;medium&quot;</span><span style="color: #009900;">&#93;</span></pre></div></div>

<p>2)   You can determine how many columns you want the images to display in by using this format:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>gallery columns<span style="color: #339933;">=</span>”<span style="color: #cc66cc;">4</span>”<span style="color: #009900;">&#93;</span></pre></div></div>

<p>This example would display images in 4 columns.</p>
<p>4)   If you want to show images that are attached to another of your posts, just locate the ID number of that post and use this shortcode:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>gallery ID<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;123&quot;</span><span style="color: #009900;">&#93;</span></pre></div></div>

<p>and replace “123” with the ID of the relevant post.</p>
<p>5)   Combine options in the following way:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>gallery size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;medium&quot;</span> columns<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;2&quot;</span><span style="color: #009900;">&#93;</span></pre></div></div>

<p>6)   If you want to get fancy with it, you can style certain elements of the Gallery. See the <a href="http://codex.wordpress.org/Gallery_Shortcode" target="_blank">Codex for more detailed information</a></p>
<p>The example gallery below features 3 images I uploaded, displayed as thumbnails  (which I had set at 125&#215;125) in 3 columns, and I assigned a caption for  the first image.</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/07/gallery-example.jpg"><img class="alignnone size-medium wp-image-737" title="gallery-example" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/07/gallery-example-500x202.jpg" alt="Example of how to use WordPress gallery shortcode" width="500" height="202" /></a></p>
<p>**header image courtesy <a href="http://www.flickr.com/photos/fionapinkstars/2898704401/" target="_blank">fionamclaren</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/07/how-to-use-the-wordpress-gallery-shortcode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Webinar &#8211; Introduction to WordPress</title>
		<link>http://www.webtrainingwheels.com/2010/07/free-webinar-introduction-to-wordpress/</link>
		<comments>http://www.webtrainingwheels.com/2010/07/free-webinar-introduction-to-wordpress/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 16:37:11 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[online workshop]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=715</guid>
		<description><![CDATA[My online workshop series is launching July 14th with a free introduction to WordPress. If you&#8217;ve been shy to get WordPress set up on your site, this is your chance to have a guided tour to installation, plugins, themes, widgets, publishing content and more. Or perhaps you&#8217;ve been considering WordPress for your site and want [...]]]></description>
			<content:encoded><![CDATA[<p>My online workshop series is launching <a href="http://www.webtrainingwheels.com/online-workshops-wordpress-seo-marketing-blogging/install-wordpress-get-your-site-up-and-running-free-webinar/">July 14th with a free introduction to WordPress</a>. If you&#8217;ve been shy to get WordPress set up on your site, this is your chance to have a guided tour to installation, plugins, themes, widgets, publishing content and more. Or perhaps you&#8217;ve been considering WordPress for your site and want to see how it works before trying it out for yourself.<br />
<a href="http://www.webtrainingwheels.com/online-workshops-wordpress-seo-marketing-blogging/install-wordpress-get-your-site-up-and-running-free-webinar/">Get more info and register</a></p>
<p>The online workshop series will provide training on various aspects of WordPress and also general online marketing topics. Some workshops will be free and others will cost money, but will be affordably priced.  There will always be time for question and answer so it&#8217;s a good opportunity to get help on a specific issue you are facing. If there&#8217;s a topic you&#8217;d like to have a webinar dedicated to, feel free to leave a comment or drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/07/free-webinar-introduction-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 New Features – ‘Twenty Ten’ New Default Theme</title>
		<link>http://www.webtrainingwheels.com/2010/06/wordpress-3-0-new-features-twenty-ten-new-default-theme/</link>
		<comments>http://www.webtrainingwheels.com/2010/06/wordpress-3-0-new-features-twenty-ten-new-default-theme/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 15:46:27 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[custom header]]></category>
		<category><![CDATA[custom menus]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[twenty ten]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=684</guid>
		<description><![CDATA[WordPress 3.0 “Thelonious” has now been officially released (as you may have noticed from the upgrade prompt at the top of your WP dashboard).
I’ll be doing a couple of posts about the new features – in this one I’ll be discussing the brand new default theme that you’ll find if you upgrade.
New Default Theme – [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress 3.0 “Thelonious”</strong> has now been officially released (as you may have noticed from the upgrade prompt at the top of your WP dashboard).</p>
<p>I’ll be doing a couple of posts about the new features – in this one I’ll be discussing the brand new default theme that you’ll find if you upgrade.</p>
<p><strong>New Default Theme – Twenty Ten</strong></p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/twenty-ten-thumb.jpg"><img class="alignleft size-full wp-image-685" title="twenty-ten-thumb" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/twenty-ten-thumb.jpg" alt="WordPress - Twenty Ten Theme thumbnail" width="262" height="200" /></a>Twenty Ten is the new default theme and it’s infinitely better than tired ole’ Kubrick. Twenty Ten serves as a demonstration of many of the new WP 3.0 features, making it much more functional and customizable right out of the box, but also making it a great framework on which to build child themes. Some of the new WordPress features aren’t obvious to the non-developer because they require adding some code in order to activate the features – Twenty Ten makes many of them visible to the ordinary user and provides a nice guideline for theme developers to understand and expand upon what’s now possible.  <a href="http://2010dev.wordpress.com/" target="_blank">See the theme in action</a>.</p>
<p>Here are some of the main new features that Twenty Ten demonstrates:<span id="more-684"></span></p>
<p><strong>Easy Header and Background Customization</strong></p>
<p><em>Appearance &gt; Header</em></p>
<p>Twenty Ten comes pre-stocked with 8 header images from which to choose.  You can also choose to upload your own image, either at the exact size  of 940&#215;198 pixels, or upload a different size and crop it, all within  the WP admin. At last &#8211; simple, code-free branding for your site!</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/custom-header-twenty-ten.jpg"><img class="size-medium wp-image-686 alignnone" title="custom-header-twenty-ten" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/custom-header-twenty-ten-500x300.jpg" alt="WordPress - Twenty Ten - Custom Header" width="500" height="300" /></a></p>
<p><em>Appearance &gt; Background</em></p>
<p>The background feature allows you to easily customize the background of your site. You can upload an image, which can be tiled or fixed and aligned as you choose, or you can select a solid background color.</p>
<p>Both these features will give beginners a much simpler way to give their site a more custom look, all without touching code.</p>
<p><strong>Customize Header Per Post</strong></p>
<p>You can set a different header image for an individual post or page by utilizing the “<em>set featured image</em>” option, which is included by default in Twenty Ten. You’ll find it on the Edit Post or Page screen, in the right-hand column underneath the Categories and Tags boxes. Click “set featured image” and you’ll see the familiar image upload pop-up. However, if you upload an image of 940&#215;198 pixels, you can then choose the new “set as featured image” option, to create a new header for that particular post or page.</p>
<p><strong>Custom Menus </strong></p>
<p><em>Appearance &gt; Menus</em><br />
Perhaps the biggest and most significant (from a non-techy user point of view) is probably the new custom menus feature. No more worrying about how to mix and match categories and pages in your navigation bar, or trying to include links  to other sites in navigation. Previously such tweaks required hacking code or at least using plugins &#8211; not any more. If you’ve ever used a Wootheme, you’ll be familiar with the custom menus system since it’s based on this popular Woothemes feature.</p>
<p>Now you can easily create a menu that includes pages, categories or other custom links by using a simple interface.<br />
Twenty Ten offers space for one custom menu (horizontal beneath the header). But a theme may offer multiple menu areas in which case you could create a different navigation menu for each one which would give much more powerful and unique navigation possibilities. Support for custom menus has to be added to the theme, otherwise you can only add a custom menu as a sidebar widget, which is cool but less powerful.</p>
<p>Developers &#8211; <a href="http://templatic.com/wordpress-tutorials/wordpress-3-0-menu-management" target="_blank">read this guide</a> to see how to utilize custom menus in your themes.</p>
<p>Another wonderful feature of custom menus allows you create dropdown  menus that are no longer tied to page hierarchies. Any menu item can  drop down from any other simply by indenting the item in the menu  screen.</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/custom-menus.jpg"><img class="alignnone size-medium wp-image-688" title="custom-menus" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/custom-menus-500x192.jpg" alt="" width="500" height="192" /></a></p>
<p>*Bonus tip – Click on <em>Screen Options</em> (top right of the page) to reveal some ‘hidden’ options such as the ability to include links to specific posts or tags giving you even more granular menu control! For developers, there is an option to add CSS classes to each menu item. Check out how <a href="http://www.ivorpadilla.net/cuztomizing-wordpress-custom-menu-icons/" target="_blank">Ivor Padilla</a> used it to add a wee icon next to each menu item, which is a really nice touch.</p>
<p><strong> </strong></p>
<p><strong>Additional Widgetized Areas</strong><br />
Twenty Ten offers 6 widget areas giving you even more control over your theme right out of the box. There are 2 widget areas in the sidebar and 4 in the footer.</p>
<p><strong>Extra Page Template</strong><br />
<img class="alignleft size-full wp-image-689" title="page-template" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/page-template.jpg" alt="Twenty Ten - Page Template" width="309" height="211" />Twenty Ten comes with an additional page template called “one column, no sidebar” which is a great default option to have if you want to create a landing page on your site, or just have access to a slightly different look. This is available in the <em>Page Attributes</em> drop-down, under the Publish box of the Edit Page screen.</p>
<p><strong>Gallery and Asides Post Styles</strong></p>
<p>Another somewhat ‘secret’ feature is the in-built styles that have been provided when you set up categories called ‘gallery’ and ‘asides’. Simply creating categories with these names will activate the styles.</p>
<p>Taken from the Codex:</p>
<blockquote><p><em>Twenty Ten includes special styles for posts that you file in the “Asides” or “Gallery” categories. When viewed on an index page (like your home page or a list of posts from a particular month), asides get a simplified look that seamlessly fit between full-length posts, while galleries give a peek at the photos that lie within. If you don’t already have those categories on your blog, just add them and start assigning posts to them. Twenty Ten will recognize the category name and start applying the correct styles automatically.</em></p></blockquote>
<p>The image below shows the homepage display for a gallery post followed by two asides:</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/twentyten-asides-galleries.jpg"><img class="alignnone size-medium wp-image-690" title="twentyten-asides-galleries" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/twentyten-asides-galleries-500x361.jpg" alt="Twenty Ten - Gallery, Asides - Post styles" width="500" height="361" /></a></p>
<p>This covers what I have found so far to be the main features of the new default Twenty Ten theme, from a non-developer perspective. By providing such a full-featured and easy-to-use default theme, I imagine that it provides incentive for developers of themes such as Thesis, which are touted for being user-friendly, to step up their game a little bit and provide even more user-friendly options for their paying customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/06/wordpress-3-0-new-features-twenty-ten-new-default-theme/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How To Make Thesis Teasers Full Column Width</title>
		<link>http://www.webtrainingwheels.com/2010/06/how-to-make-thesis-teasers-full-column-width/</link>
		<comments>http://www.webtrainingwheels.com/2010/06/how-to-make-thesis-teasers-full-column-width/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:52:15 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[teasers]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=654</guid>
		<description><![CDATA[In a previous article I discussed how to add thumbnail images to your Thesis teasers as an easy way to customize the look.
Another fairly simple tweak you can make to the teasers is to change the width. By default the teasers are set to be half the width of the main column, displaying 2 teasers [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous article I discussed <a href="http://www.webtrainingwheels.com/2010/06/how-to-add-thumbnail-image-to-thesis-teasers/">how to add thumbnail images to your Thesis teasers</a> as an easy way to customize the look.<br />
Another fairly simple tweak you can make to the teasers is to change the width. By default the teasers are set to be half the width of the main column, displaying 2 teasers per row, like this:</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/2-column-thesis-teasers.jpg"><img class="alignnone size-medium wp-image-670" title="Thesis Teasers - default 2 columns" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/2-column-thesis-teasers-500x275.jpg" alt="thesis teasers - default 2 coumns" width="500" height="275" /></a><br />
For an alternate look, I like them to display the full width of the column so you only have one per row, like this:</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/full-width-teasers.jpg"><img class="alignnone size-medium wp-image-671" title="Thesis teasers - full width" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/full-width-teasers-500x451.jpg" alt="full width Thesis teasers" width="500" height="451" /></a></p>
<p><span id="more-654"></span>To achieve this look:<br />
Go into Custom File Editor in the Thesis submenu<br />
Make sure custom.css is selected in the pulldown.<br />
Scroll to the bottom of this file and paste the following code underneath: */</p>
<blockquote><p>.custom .teaser {<br />
width: 100%;<br />
margin-top: 2em;<br />
padding-top: 2em;<br />
border-top: 1px dotted #bbb;<br />
text-align: justify;<br />
}<br />
.custom .teasers_box {<br />
padding-top: 0;<br />
padding-bottom:0;<br />
border-top: 0;<br />
}</p></blockquote>
<p>Save this and you will now have teasers that span the full-width of your main column!</p>
<p>I really like the way this looks, particularly for image-heavy blogs since it allows you to display a good size thumbnail making your posts all the more compelling. Once you&#8217;ve changed the teaser width, you now have more space to play with so you can increase the size of the thumbnail graphic to really catch attention. That is found in the Design Options menu, in Default thumbnail settings</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/06/how-to-make-thesis-teasers-full-column-width/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Add A Thumbnail Image to Thesis Teasers</title>
		<link>http://www.webtrainingwheels.com/2010/06/how-to-add-thumbnail-image-to-thesis-teasers/</link>
		<comments>http://www.webtrainingwheels.com/2010/06/how-to-add-thumbnail-image-to-thesis-teasers/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:23:21 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[teasers]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=622</guid>
		<description><![CDATA[Teasers are nice default feature of the Thesis Wordpress theme. However, to take them to the next level there are a couple of nice n’ easy customizations you can make to move beyond the default look. This post will discuss thumbnail images. A future post will address changing  the width and styling of the [...]]]></description>
			<content:encoded><![CDATA[<p>Teasers are nice default feature of the Thesis Wordpress theme. However, to take them to the next level there are a couple of nice n’ easy customizations you can make to move beyond the default look. This post will discuss thumbnail images. A future post will address changing  the width and styling of the teasers.</p>
<p>The addition of an image to the teaser is a really simple way to give your Thesis design an extra boost. This is especially great for creative sites that use wonderful imagery – food blogs, arts n crafty blogs, art/design blogs etc.</p>
<p>Assuming you also typically use a header image at the very top of your post (similar to the way posts on this blog look), the easiest way to achieve this by default is to use Thesis image fields to handle the main image for your post, from which it will also auto-create the teaser thumbnail.<span id="more-622"></span></p>
<p><strong>Set up the default options</strong><br />
<img class="alignleft size-full wp-image-625" title="Thesis Image  Options" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-image-options.jpg" alt="Thesis Image Options" width="309" height="293" />In the Thesis options menu, go to the <em>Design Options</em> submenu, then <em>Post Images and Thumbnails</em>. The <em>Default Post Image Settings</em> control where the main image for your post will be positioned. I personally prefer ‘before post/page content’ so that it shows up under the headline of the post, immediately before the text of the post. You can play with the options to see how it changes the look.</p>
<p>The <em>Default Thumbnail Settings</em> relate to how the thumbnail will be  displayed in the teaser. I prefer “Left with text  wrap” but again,  play with it and see what suits you.</p>
<p><img class="size-full wp-image-626 alignnone" title="thesis-thumbnail-settings" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-thumbnail-settings.jpg" alt="Thesis thumbnail settings" width="229" height="333" /></p>
<p>All of these settings can be overridden on a post by post basis if necessary.<br />
Don’t forget the big ass save button.</p>
<p><strong>Implement in a post</strong><br />
When you are writing your post and you want to add an image to the top of the post, you click on upload image as normal. The difference happens when you would ordinarily click ‘insert into post’. Instead, you now copy the url of your image and hit save instead.</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-upload-image.jpg"><img class="alignnone size-medium wp-image-629" title="thesis-upload-image" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-upload-image-480x500.jpg" alt="thesis upload image" width="480" height="500" /></a><br />
Now scroll down the post editing page past several fields until you reach  “<em>Post Image and Thumbnail</em>”. In the field labeled “post image” – paste the url of your image, then enter the alt text in the field below.</p>
<p><a href="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-insert-image-url.jpg"><img class="alignnone size-medium wp-image-630" title="thesis-insert-image-url" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-insert-image-url-500x211.jpg" alt="Thesis - insert image url" width="500" height="211" /></a></p>
<p>Now save your post and that’s it. Your image will automatically appear at the top of your post AND in the teaser as a thumbnail.<br />
The other fields will inherit the information you set in the default Thesis menu as above. If you want to override the defaults, this is where you would do that, but generally speaking you won’t need to touch these.<br />
You can play with the placement and border options to change the look.</p>
<p><img class="alignnone size-medium wp-image-646" title="thesis -playing with thumbnails" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-playing-with-thumbnails-500x181.jpg" alt="Playing with Thesis Thumbnails" width="500" height="181" /></p>
<p><img class="alignnone size-medium wp-image-647" title="thesis-frame" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/06/thesis-frame-500x156.jpg" alt="Thesis - frame around teaser thumbnail" width="500" height="156" /><br />
This process will give you the same teaser thumbnail as main header image. If you want a different thumbnail – you’ll have to upload a separate image to your media library, grab the image url and paste it into the Thumbnail image field on your post. Note that if you specify an image url here Thesis will not resize it, so you will have to upload the exact size image you want to display.</p>
<p>Other images you want to include in the body of your post can be uploaded and inserted in the usual manner – this method relates to a main header image for your post only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/06/how-to-add-thumbnail-image-to-thesis-teasers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Notes and Resources from OC Wordcamp Marketing Presentation</title>
		<link>http://www.webtrainingwheels.com/2010/04/notes-resources-oc-wordcamp-marketing-presentation/</link>
		<comments>http://www.webtrainingwheels.com/2010/04/notes-resources-oc-wordcamp-marketing-presentation/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 15:24:53 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ab testing]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[heat maps]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[oc wordcamp]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=552</guid>
		<description><![CDATA[This past weekend I gave a presentation at OC Wordcamp, discussing using a WordPress site for marketing your business, service or product.  As promised, here are the some of the key points, along with links and tools that were mentioned. If anything is missing, leave a comment!
When developing a strategy for your site, the first [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend I gave a presentation at <a href="http://www.ocwordcamp.com" target="_blank">OC Wordcamp</a>, discussing using a WordPress site for marketing your business, service or product.  As promised, here are the some of the key points, along with links and tools that were mentioned. If anything is missing, leave a comment!</p>
<p>When developing a strategy for your site, the first and most important question to ask is:</p>
<p><strong>Who do you want to come to your site? Who is your target audience?</strong></p>
<p>Thou shall not answer &#8220;everybody&#8221;!</p>
<p>Get specific since the answer will provide the basis for all aspects of your online marketing strategy.</p>
<p>For more on this topic, also read:<br />
<a href="http://www.webtrainingwheels.com/2010/04/recharge-refine-your-marketing-strategy/">Recharge and Refine Your Marketing Strategy</a><br />
<a href="http://www.webtrainingwheels.com/2009/11/what-is-an-online-marketing-strategy/">What Is An Online Marketing Strategy?</a></p>
<p><strong><span id="more-552"></span>Does your site speak to your target audience?</strong></p>
<p>Does your site&#8230;.</p>
<p>Communicate your message clearly to the reader?<br />
Have a great tag line?<br />
Make it clear what you are all about and what you offer?<br />
Guide the reader what to do next?</p>
<p>Example of a site that does this really well: <a href="http://www.ittybiz.com" target="_blank">www.IttyBiz.com</a></p>
<p><strong>Keep it simple and focused</strong></p>
<p>Don’t clutter your site with too many options  by loading up your sidebars (tag clouds, archives, categories etc) just because you can – that can be confusing. Focus on finding out what your visitors actually want, and how they behave on your site in order to better organize and focus your content. Some tools to do this:</p>
<p><strong>Heat Maps</strong></p>
<p>- Use the Site Overlay tool in Google Analytics for a rudimentary ‘heat map’ of what people are clicking on. Find it under the Content menu</p>
<p><img class="size-full wp-image-553 alignnone" title="siteoverlay" src="http://www.webtrainingwheels.com/wp-content/uploads/2010/04/siteoverlay.jpg" alt="google analytics site overlay" width="280" height="396" /></p>
<p>- For a more true ‘heat map’ experience use ClickHeat – a free tool which is easy to install:<br />
<a href="http://www.labsmedia.com/clickheat/index.html">http://www.labsmedia.com/clickheat/index.html</a></p>
<p>- For advanced users who want to get serious, you can use a paid service such as Crazy Egg.</p>
<p>These tools can show you where the most important, attention-grabbing areas of your site are so you can be strategic about where to place info such as your subscribe options, or your products etc.</p>
<p><strong>A/B Testing</strong></p>
<p>A/B Testing is where you compare different elements of a web page (or email blast) to see which performs better. So you can compare different calls to action, different designs etc. Your web server will show one version of the page to half your visitors and the other half see the other version and you can compare the results.</p>
<p>To do this you need to:</p>
<p>&#8211; sign up with  <a href="http://www.google.com/websiteoptimizer/" target="_blank">Google.com/WebsiteOptimizer</a><br />
&#8211; Install this plugin: <a href="http://wordpress.org/extend/plugins/google-website-optimizer-for-wordpress/">http://wordpress.org/extend/plugins/google-website-optimizer-for-wordpress/</a></p>
<p>Carsonified has the definitive video tutorial to implement this on a WordPress site.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5775819&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=c9ff23&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=5775819&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=c9ff23&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/5775819"></a>You can also take a shortcut by checking out results from other people’s tests which might give you some ideas:</p>
<p><a href="http://whichtestwon.com/">http://www.abtests.com/</p>
<p>http://whichtestwon.com/</a></p>
<p><strong>Generate ideas for tailoring your content: </strong></p>
<p>Find out what your visitors really want, by tracking searches on your site in Google Analytics:<br />
<a href="http://www.webtrainingwheels.com/2010/02/do-you-know-what-your-site-visitors-really-want/">http://www.webtrainingwheels.com/2010/02/do-you-know-what-your-site-visitors-really-want/</a></p>
<p>Also pay attention to the keywords that people use in your Google Analytics reports– this will give you ideas for more content, and also insight into the way people search – the way they phrase things. Useful for developing your SEO strategy.</p>
<p>Try and match up keywords with other metrics such as goal conversions, time on site, bounce rates etc, in order to pinpoint the most effective keywords for your purpose.</p>
<p>What are your most popular posts?</p>
<p><strong>Develop a following</strong></p>
<p>Encourage subscriptions via RSS and email<br />
Email still crucial for businesses – try to develop your own targeted mailing list of potential customers.</p>
<p>RSS is well handled by Feedburner. Though Feedburner also offers email subscriptions, I prefer to send those through Mailchimp in order to consolidate my mailing lists.</p>
<p>Easy way to keep an active email list is to use an RSS to Email feature –Mailchimp and Aweber have this. Your RSS feed is converted to an email blast automagically on a weekly basis. This enables you to send regular email communication without having to produce a newsletter.</p>
<p>What can you offer as an incentive for someone subscribing to your list? A free ebook, coupons, a special offer etc.</p>
<p><strong>“Sticky” Plugins</strong></p>
<p>To customize the experience for your visitor and encourage them to stick around</p>
<p>- Microkids Related Posts Plugin , Yet Another Related Posts Plugin, LinkWithin<br />
- What Would Seth Godin Do, or WP Greet Box – for customized calls to action.<br />
- Yoast’s RSS Footer Plugin does the same for your RSS feed.<br />
- enhanced commenting  &#8211; Disqus, Intense Debate</p>
<p><strong>Tracking</strong></p>
<p>Bounce rate is not the only metric !</p>
<p>Depending on your goals, also look at : Time spent on site, goal conversions (e.g. a sale, email sign-up etc), first time visits vs returning visits, traffic sources etc.</p>
<p>Some great resources suggested by audience members:</p>
<p>Ad management plugin:<br />
<a href="http://wordpress.org/extend/plugins/wp125/" target="_blank">WP 125</a></p>
<p>Alternates to Google Analytics for tracking:<br />
Woopra,  GetClicky -  better than Google Analytics for real time tracking</p>
<p>Making your site mobile-friendly:</p>
<p><a href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WPTouch</a> – mobile friendly theme<br />
<a href="http://mobify.me/">Mobify.me</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/04/notes-resources-oc-wordcamp-marketing-presentation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speaking at OC Wordcamp &#8211; WordPress for Marketing</title>
		<link>http://www.webtrainingwheels.com/2010/04/speaking-at-oc-wordcamp-wordpress-marketing/</link>
		<comments>http://www.webtrainingwheels.com/2010/04/speaking-at-oc-wordcamp-wordpress-marketing/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 00:03:20 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[orange county]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=544</guid>
		<description><![CDATA[I’ve been given the opportunity to speak this weekend at OC Wordcamp (thanks Brandon!) on the topic: WordPress for Marketing. I will be discussing ways to optimize your blog to market yourself, your business or service. I’ll  be covering things like:

Some plugins you can use to help make your site ‘sticky’
How to discover what people [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been given the opportunity to speak this weekend at <a href="http://www.ocwordcamp.com" target="_blank">OC Wordcamp</a> (thanks Brandon!) on the topic: <em>WordPress for Marketing</em>. I will be discussing ways to optimize your blog to market yourself, your business or service. I’ll  be covering things like:</p>
<ul>
<li>Some plugins you can use to help make your site ‘sticky’</li>
<li>How to discover what people really want from your site</li>
<li>How to collect information from your visitors and develop your mailing list</li>
<li>Making sure your site effectively communicates your desired message</li>
<li>Find out what’s working and what could be more effective on your site</li>
</ul>
<p><span id="more-544"></span>And more, including plenty of Q&amp;A.</p>
<p>I’ll post up notes and resources here after the fact.</p>
<p>If you didn’t get your ticket yet, <a href="http://www.ocwordcamp.com/buy-tickets/" target="_blank">go buy  it</a>!</p>
<p>And if you’re going to Wordcamp be sure to come say ‘hi’! You can also submit any questions to me here and I’ll make sure to cover them in my talk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/04/speaking-at-oc-wordcamp-wordpress-marketing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Choose A WordPress Theme – Design &amp; Functionality Considerations</title>
		<link>http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-design-functionality-considerations/</link>
		<comments>http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-design-functionality-considerations/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:03:03 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=435</guid>
		<description><![CDATA[This post follows on from &#8211; How To Choose A WordPress Theme -Free, Premium or Custom
When choosing a theme you must consider design, layout and functionality.
When considering these, keep in mind the general type of theme you are looking for (see previous post). If you are looking for a free theme,  you need to find [...]]]></description>
			<content:encoded><![CDATA[<p>This post follows on from &#8211; <a href="http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-free-paid-or-custom/">How To Choose A WordPress Theme -Free, Premium or Custom</a></p>
<p>When choosing a theme you must consider design, layout and functionality.<br />
When considering these, keep in mind the general type of theme you are looking for (<a href="http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-free-paid-or-custom/">see previous post</a>). If you are looking for a free theme,  you need to find something as close to what you want as possible (or be savvy enough to tweak it yourself). If you are looking at Premium themes,  you may have some flexibility on colors and admin options. The closer your theme is to what you want to begin with, the less tinkering you will have to do. Determining what options the theme gives you will be important.</p>
<p>Remember as you are looking at themes that colors and fonts are easier to change (with a little CSS) than things like sidebar placement, and changing the layout/ structure, unless you’re comfortable with PHP.</p>
<p><span id="more-435"></span>BEFORE looking for a theme:<br />
1) Look at other sites you like/dislike and try and identify those characteristics that turn you off or on.</p>
<p>2) Think about what you want your site to do and look like first. Sketch out a rough diagram of how you want it laid out – where’s the navigation? Where’s the sidebar (left or right)? Do you want a prominent footer (for archive and category links for example)? Think about which of these factors are important, if any and make sure to identify those in any theme you are considering.</p>
<p>3) For each section you outline on your site, figure out whether it will be static/evergreen content (a page) or updated, timely content (a blog post) – this will help you figure out how to create your site and also pick a theme that displays content the way you want.</p>
<p>4) What do you want your homepage to look like? If your site is a straight up blog this might be easier to determine. But if you are using Wordpress for a magazine, portfolio or business site, you might have specific content you need featured on the homepage.</p>
<p>5) Know which things you’re willing to compromise on, and which are crucial. For example, you may know you want a sidebar on the right, not the left, but you don’t really care about the footer.<br />
The clearer your vision (or the more flexible you are) the more likely you are to find something you are happy with.</p>
<p><strong>Some Design Considerations:</strong></p>
<p>1) Do you like the color scheme?<br />
2) Is there an obvious place for a logo image to go? Replacing a default image that the theme provides is easier than having to create your own place for it.<br />
3) Do you want to put a customized banner-style header on your site? Look for a theme that already has that – you can just swap out the image.<br />
4) Do you like the details, such as the color of links or the way images are displayed?<br />
5) Does the them enhance your particular type of content? E.g for text-oriented sites such as  blog, does the them present the text in a clean, easy-to-read manner?<br />
6) Does the overall look appeal to your target audience?<br />
7) If you plan on having pages with sub-pages, how does the theme’s navigation handle that?<br />
8) Is the theme designed with SEO in mind with good use of Heading tags? Ideally H1 tags should be used for the title of your blog post, not the title of your blog.<br />
Generic links like categories, comments, tags etc should be h3 or less – this will leave h2 tags for you to use as subheaders in your blog.</p>
<p><strong>Layout</strong> <strong>Considerations:</strong><br />
1) How many columns do you want?<br />
2) Do you need built-in advertising banner spots? Or pre-loaded spaces for Adsense?<br />
3) Do you want images with each post that are displayed on the homepage and in posts in a particular way?<br />
4) Is the sidebar where you want it?<br />
5) Does the layout suit the type of content you have e.g. does it showcase videos well, if that’s a focus for you?<br />
6) Does it have the kind of footer you want?<br />
7) Is the layout for a single post page different or the same as the homepage or the archive pages? Some themes hide the sidebar on single post pages for example. Make sure to check such details.<br />
8) Is the navigation bar where you want it?</p>
<p><strong>Functionality Considerations:</strong><br />
1) Does the theme have the types of features you’ll need for your specific content – eg. multimedia features if you are showcasing video or images? Or good social media integration if that’s important to you. Some theme come pre-built to display your latest tweets for example.<br />
2) The homepage can be a source of frustration, especially if you don’t want your site to look ‘bloggy.’ Does the theme allow you to display your content the way you want to? If you need to showcase a video on the front page – choose a theme that has that feature so you don’t need to create it yourself. Does it feature posts from specific categories, for example, which would give you additional ways to highlight content,  or is it just chronologically arranged?<br />
3) What admin options does the theme provide? How easy will it be for you to change things and how much flexibility does the theme give you out-of-the-box?<br />
Does the theme provide ‘widgetized’ areas which easily allow you to change what content is displayed where on the page?</p>
<p>Once you’ve installed a theme, make sure to try it out with a few test posts, comments and images, to see how it all works and if there are details you may have missed, before making a final descision on whether you like it or not. It&#8217;s really difficult to get a good feel for how a theme will work for you if you have no content for it to display.</p>
<p>What other features or considerations should be included in these lists that you look for in a theme? Leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-design-functionality-considerations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Choose A WordPress Theme – Free, Paid or Custom?</title>
		<link>http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-free-paid-or-custom/</link>
		<comments>http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-free-paid-or-custom/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:00:10 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[headway]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[thematic]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=432</guid>
		<description><![CDATA[One of the biggest sources of frustrations I hear from clients when using WordPress is choosing a theme that looks good and does what they want it to do.  The next couple of posts will attempt to provide some guidelines to help make this process easier.
Selecting a theme is about more than the way it [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest sources of frustrations I hear from clients when using WordPress is choosing a theme that looks good and does what they want it to do.  The next couple of posts will attempt to provide some guidelines to help make this process easier.</p>
<p>Selecting a theme is about more than the way it looks. Functionality and the ability to control options from your WordPress dashboard can be just as important. Many people choose a theme on looks alone and then become frustrated because it doesn’t work the way they want it to.</p>
<p>Generally speaking, there’s 3 types of themes available – free, premium and custom-built. To help decide which category you might be in note down your answers to the following questions:<br />
<span id="more-432"></span></p>
<p><strong>Which best describes your budget?</strong><br />
a. Non-existent, I want to do everything as cheaply as possible<br />
b. Limited &#8211; $50 &#8211; $150 approx<br />
c. I am willing to spend at least a few hundred dollars  to get what I want.</p>
<p><strong>Do you have a clear visual brand identity including a logo and color scheme?</strong><br />
a. Nope.<br />
b. I have a logo but that’s about it. I just want a nice-looking site.<br />
c. I have a logo and full visual identity that I want my WordPress site to match</p>
<p><strong>How important is uniqueness?</strong><br />
a. Not very. It won’t hurt my site if others use the same theme<br />
b. I don’t mind paying a little to look different but it’s not mission-critical<br />
c. It’s important that my site looks unique.</p>
<p><strong>What is your level of technical savvy, especially regarding design, CSS &amp; PHP?</strong><br />
a. I’m pretty savvy and/or willing to learn &amp; experiment<br />
b. I get how WordPress generally works but am not too familiar with code.<br />
c. I’m not savvy at all and/or would like to be as hands-off as possible</p>
<p>Very generally speaking, if you know some CSS, you can easily change things like fonts and colors and other cosmetic features. If you know PHP you’ll be able to adapt layout &amp; functionality easier.</p>
<p><strong>Which is more important to you in this process– time or money?</strong><br />
a. Money – I have limited resources and would rather expend my own time and energy<br />
b. Hard to say – I have some resources and would be willing to pay in order to make things easier.<br />
c. Time -  I have a budget and no inclination to get my hands dirty with code. I’d rather someone else handle all that stuff and hand me the finished product.</p>
<p>If you answered mostly A’s you will probably want a free theme that either provides some admin options, or that you can tweak a little. If you’re willing to get your hands a little dirty with code, you can probably get it to do what you want, but if not you’ll have to take the theme pretty much as it comes. Some free themes are better-supported than others, so keep that in mind when selecting.</p>
<p>If you answered mostly B’s you will probably want to look at Premium themes that have a lot of dashboard admin options to make customizations easy. Premium themes usually cost around $30 &#8211; $90 and are typically well-coded with support of some kind so you can ask questions if you get stuck.</p>
<p>If you answered mostly C’s you may want a custom designed theme which will guarantee a unique theme that does exactly what you want, with minimal effort on your part. This could cost anywhere from a few hundred, to a few thousand dollars depending on the complexity of what you need.</p>
<p>A 4th option is what I call a ‘blank canvas’ theme such as Thesis or Headway which provide the core functions but little design.  They allow you to lay your design on top of their canvas without coding, using a visual interface and/or dashboard admin options to get the look you want. Only buy such a theme if you know how you want your site to look, or have a design to work from,  otherwise you’ll end up with a theme that blends in with everyone else’s. Poorly designed Thesis themes can be spotted a mile away. If you’re pretty savvy and know what you want your site to look like you could also try a free framework theme like Thematic or Hybrid. These are probably not recommended for absolute beginners as the sheer number of options might become overwhelming.</p>
<p>I realize my outline is quite a generalized way of breaking things down – there could be lots of combination of factors. But no matter what your circumstance, keep in mind that there are often trade-offs based on time, money and savvy. If money is no object, or if you are pretty savvy and can put time into working on your theme– you can usually get what you want, one way or another. However if you are restricted by money, and/or time you may have to make a couple of compromises in the way things look or work.</p>
<p>So now you know roughly what type of theme you&#8217;re looking for, what are some of the specifics you should look for in your theme? Read: <a href="http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-design-functionality-considerations/"><strong>How To Choose A WordPress Theme – Design &amp; Functionality Considerations</strong></a></p>
<p>What other considerations go into your decisions to choose a theme? I realize my list is not exhaustive, so let me know your experiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/02/how-to-choose-a-wordpress-theme-%e2%80%93-free-paid-or-custom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mobile Blogging With WordPress</title>
		<link>http://www.webtrainingwheels.com/2010/02/mobile-blogging-with-wordpress/</link>
		<comments>http://www.webtrainingwheels.com/2010/02/mobile-blogging-with-wordpress/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 09:00:01 +0000</pubDate>
		<dc:creator>lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile blogging]]></category>
		<category><![CDATA[ubertwitter]]></category>
		<category><![CDATA[viigo]]></category>

		<guid isPermaLink="false">http://www.webtrainingwheels.com/?p=418</guid>
		<description><![CDATA[Mobile networks are finally getting fast enough, and smartphones nimble enough to enable you to do some real stuff on the go. WordPress now has apps for the major players so you can have ready access to your blog away from your computer.
WordPress for Blackberry
The new WordPress app for Blackberry allows you to write posts, [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile networks are finally getting fast enough, and smartphones nimble enough to enable you to do some real stuff on the go. WordPress now has apps for the major players so you can have ready access to your blog away from your computer.</p>
<p><strong>WordPress for Blackberry</strong><br />
The new <a href="http://blackberry.wordpress.org/" target="_blank">WordPress app for Blackberry</a> allows you to write posts, upload images, manage comments and more. You’ll need to enable the XML-RPC setting in the Writing submenu of Settings in your WP admin. This allows for remote publishing.<span id="more-418"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="224" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=qlmrTsQc&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.16" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="224" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.16" allowfullscreen="true" flashvars="guid=qlmrTsQc&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p>Also handy for mobile bloggers is a way to keep connected to your RSS feeds and Twitter. <a href="http://www.viigo.com/" target="_blank">Viigo for Blackberry</a> is pretty awesome &#8211; you can import your Google Reader subscriptions into the app, and Viigo also provides social sharing buttons (Twitter, Delicious, Facebook) for each article &#8211; a feature that Google Reader itself could stand to add. And for Twitterholics, <a href="http://www.ubertwitter.com/" target="_blank">UberTwitter</a> is the best Twitter app I have come across as yet for Blackberry.</p>
<p><strong>WordPress for Iphone</strong><br />
<a href="http://iphone.wordpress.org/" target="_blank"> More info</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="224" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=Bh7FJ4Qg&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.16" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="224" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.16" allowfullscreen="true" flashvars="guid=Bh7FJ4Qg&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p><strong>WordPress for Android</strong><br />
<a href="http://android.wordpress.org/" target="_blank"> more info</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="224" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=73jyWIka&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.16" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="224" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.16" allowfullscreen="true" flashvars="guid=73jyWIka&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrainingwheels.com/2010/02/mobile-blogging-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
