<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Chad Von Lind &#187; Website Designer, WordPress Programmer &amp; Theme Developer &#8211; Chad Von Lind</title>
	<link>http://vonlind.com</link>
	<description>Web Design Specialist, WordPress, CMS and eCommerce</description>
	<lastBuildDate>Mon, 17 Oct 2011 18:27:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Muzzleloading &amp; Pioneer Gear</title>
		<description><![CDATA[Another local north Idaho outfit was in need of an updated shopcart design and a better ecommerce software to manage their large customer database. I was responsible for creating this custom design, including the background photo that I took while out on a hunting trip. We then imported their 300+ product catalog into the database [...]]]></description>
		<link>http://vonlind.com/2011/09/muzzleloading-pioneer-gear/</link>
			</item>
	<item>
		<title>Show WordPress Child Pages Alongside Parent Page</title>
		<description><![CDATA[I recently needed some subpage code for a WordPress project. Darren Hoyt had a quick and easy solution to show the child pages of a parent page, only if the page had subpages. This was useful. My project needed to include the parent page at the top of the list of child pages, so I&#8217;ve [...]]]></description>
		<link>http://vonlind.com/2011/04/show-wordpress-child-pages-alongside-parent-page/</link>
			</item>
	<item>
		<title>Display All Attached Images to a WordPress Post</title>
		<description><![CDATA[This will allow you to use Timthumb while showing all images within a WordPress post gallery. In other words, if I upload 4 photos to a post, they will automatically be shown wherever I insert this code in my template, within that post&#8217;s loop. This is assuming that the timthumb script is in your theme&#8217;s [...]]]></description>
		<link>http://vonlind.com/2011/03/display-all-attached-images-to-a-wordpress-post/</link>
			</item>
	<item>
		<title>Handmade Chocolate Shop</title>
		<description><![CDATA[This local store is known for making handmade gourmet chocolates and confections that you will enjoy and be proud to share with your friends, colleagues and loved-ones. They needed a store front that would allow for customers to order their products directly from the website. We worked with the store owner to include all of [...]]]></description>
		<link>http://vonlind.com/2011/01/handmade-chocolate-shop/</link>
			</item>
	<item>
		<title>How To Make Your WordPress Post Look Nice When Shared On Facebook</title>
		<description><![CDATA[Have you ever wondered how your WordPress posts might look when they&#8217;re shared on Facebook? If you&#8217;ve ever shared a link on your Facebook account, you&#8217;ve noticed the nifty Title, Image and Description that get automatically loaded to provide an attractive link. Depending on how your particular theme is built, sometimes you&#8217;ll have to cycle [...]]]></description>
		<link>http://vonlind.com/2010/10/how-to-make-your-wordpress-post-look-nice-when-shared-on-facebook/</link>
			</item>
	<item>
		<title>Allow Iframes In WordPress Posts</title>
		<description><![CDATA[If you&#8217;ve ever tried adding an iframe to your WordPress post, and then switched the TinyMCE editor to Visual mode, you&#8217;ve found that the editor strips out your iframe code. This can be annoying. Just add this snippet to the functions.php file in your theme folder to prevent TinyMCE from killing your iframe. function add_iframe&#40;$initArray&#41; [...]]]></description>
		<link>http://vonlind.com/2010/09/allow-iframes-in-wordpress-posts/</link>
			</item>
	<item>
		<title>Timthumb and Shortcodes for Easy WordPress Images</title>
		<description><![CDATA[Here&#8217;s a quick and easy way to update image sizes on the fly directly in your WordPress posts. Add this code into your functions.php file in your theme. Then make sure you insert timthumb.php in the root of your theme directory. Next create a fully writable directory named &#8216;cache&#8217; and place that in your theme [...]]]></description>
		<link>http://vonlind.com/2010/08/timthumb-and-shortcodes-for-easy-wordpress-images/</link>
			</item>
	<item>
		<title>WordPress Thumbnails Outside The Loop</title>
		<description><![CDATA[Occasionally you&#8217;ll need to fetch a posts image outside of the loop. &#60;?php $thumb = get_post_meta&#40;$post-&#62;ID,'_thumbnail_id',false&#41;; $thumb = wp_get_attachment_image_src&#40;$thumb&#91;0&#93;, false&#41;; $thumb = $thumb&#91;0&#93;;?&#62; &#160; &#60;img src=&#34;&#60;?php echo $thumb; ?&#62;&#34; alt=&#34;&#34; /&#62; Combine this with the Timthumb script for control over image size. IE: &#160; &#60;?php $thumb = get_post_meta&#40;$post-&#62;ID,'_thumbnail_id',false&#41;; $thumb = wp_get_attachment_image_src&#40;$thumb&#91;0&#93;, false&#41;; $thumb = $thumb&#91;0&#93;; [...]]]></description>
		<link>http://vonlind.com/2010/06/wordpress-thumbnails-outside-the-loop/</link>
			</item>
	<item>
		<title>Design Color Scheme From A Photograph</title>
		<description><![CDATA[As a designer I find inspiration for color schemes from all over. From architecture, nature, to paintings and photographs. I&#8217;ve driven by houses with a great color scheme and thought to myself &#8220;That would make a great color scheme for a website!&#8221;. Using Photoshop&#8217;s Filter > Pixelate > Mosaic, we can grab a photograph and [...]]]></description>
		<link>http://vonlind.com/2010/02/design-color-scheme-from-a-photograph/</link>
			</item>
	<item>
		<title>Embed Facebook Fan Page Photo Albums In WordPress</title>
		<description><![CDATA[It is a great idea to have a Facebook fan page for your company, club or organization. This is a minor hack of the Fotobook plugin (Version 3.1.8) for WordPress by Aaron Harp. Fotobook is originally meant to apply your personal photo albums into WordPress, but we&#8217;re going to make one small code tweak to [...]]]></description>
		<link>http://vonlind.com/2010/01/embed-facebook-fan-page-photo-albums-in-wordpress/</link>
			</item>
</channel>
</rss>

