<?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>Custom WordPress Theme Design &#187; custom</title>
	<atom:link href="http://customwp.com/tag/custom/feed" rel="self" type="application/rss+xml" />
	<link>http://customwp.com</link>
	<description>A Wordpress site about WordPress sites...</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:58:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Custom Fields</title>
		<link>http://customwp.com/wordpress-custom-fields.php</link>
		<comments>http://customwp.com/wordpress-custom-fields.php#comments</comments>
		<pubDate>Tue, 22 Jan 2008 14:52:11 +0000</pubDate>
		<dc:creator>JTk</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Field]]></category>

		<guid isPermaLink="false">http://imjtk.com/wordpress-custom-fields.php</guid>
		<description><![CDATA[One of the most powerful, but under-used features in WordPress is the Custom Fields features.  
WordPress says:
WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data.
You can find the Custom Field entry form near the bottom of the Create New Post [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most powerful, but under-used features in WordPress is the Custom Fields features.  </p>
<p>WordPress says:</p>
<blockquote><p>WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data.</p></blockquote>
<p>You can find the Custom Field entry form near the bottom of the Create New Post section of the administration backend, but to use it you will need to hack up your WordPress theme somewhat to get the data to show up.  The data itself can be just about anything &#8211; your current location, mood, etc. &#8211; I have used it in the past so a client could include a photo thumbnail in each post at a specific place in his WordPress theme that was not possible through the standard post form.</p>
<p>This is the code that I used to impleiment the custom thumbnail:</p>
<p>&lt;?php //get article_image (custom field) ?&gt;<br />
&lt;?php $image = get_post_meta($post-&gt;ID, &#8216;article_image&#8217;, true); ?&gt;</p>
<p>&lt;img src=&quot;&lt;?php echo $image; ?&gt;&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;</p>
<p>My suggestion is that you check out the <a href="http://codex.wordpress.org/Using_Custom_Fields">WordPress codex about the custom field</a> but don&#8217;t get bogged down in the examples that they show you.  You can do almost anything with this data so get creative and start using the WordPress Custom Fields!</p>
]]></content:encoded>
			<wfw:commentRss>http://customwp.com/wordpress-custom-fields.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo for the Open to Hope Foundation</title>
		<link>http://customwp.com/logo-for-the-open-to-hope-foundation.php</link>
		<comments>http://customwp.com/logo-for-the-open-to-hope-foundation.php#comments</comments>
		<pubDate>Sat, 05 Jan 2008 20:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://doc5.com/logo-for-the-open-to-hope-foundation.php</guid>
		<description><![CDATA[
Conlan asked us to create a logo for The Open to Hope Foundation so we went ahead a whipped something up and thought that we wold share it with everyone.  We love logo design, so if you need an affordable logo, bounce on over to our contact page and we&#8217;ll be happy to discuss your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.doc5.com/temp/O2H_Logos.jpg" alt="Doc5 Does Logo Deisgn" height="158" width="355" /></p>
<p>Conlan asked us to create a logo for The Open to Hope Foundation so we went ahead a whipped something up and thought that we wold share it with everyone.  We love logo design, so if you need an affordable logo, bounce on over to <a href="http://doc5.com/contact" title="Doc5 Logo Design">our contact page</a> and we&#8217;ll be happy to discuss your new logo with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://customwp.com/logo-for-the-open-to-hope-foundation.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom WordPress Theme Design Success</title>
		<link>http://customwp.com/custom-wordpress-theme-design-success.php</link>
		<comments>http://customwp.com/custom-wordpress-theme-design-success.php#comments</comments>
		<pubDate>Wed, 14 Nov 2007 16:26:12 +0000</pubDate>
		<dc:creator>JTk</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[custom]]></category>

		<guid isPermaLink="false">http://imjtk.com/custom-wordpress-theme-design-success.php</guid>
		<description><![CDATA[
I think that one of the hardest things for new designers to learn when they try and make a living doing design is that it really does not matter what you, the designer, think is good.
It really only matter what the client wants &#8211; you can try and use your knowledge of form, function, color, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.imjtk.com/images/organic_screenshot.jpg" alt="Organic Photographs Custom WordPress Theme" /></p>
<p>I think that one of the hardest things for new designers to learn when they try and make a living doing design is that it really does not matter what you, the designer, think is good.</p>
<p>It really only matter what the client wants &#8211; you can try and use your knowledge of form, function, color, and creativity to nudge the client in the right direction, but in the end a <em>for hire design job</em> is only really successful if the client thinks that they have gotten a good value and are happy with the results.</p>
<p>Take, for instance, my latest project for an awesome photographer out on the left coast named <a href="http://organicphotographs.com/blog/">melissa schwartz.</a>.  She is a WPJA award winning wedding photojournalist and has a distinct style &#8211; and a design style that is not exactly what I would do if it were left up to me.</p>
<p>But her custom WordPress theme is not about me, it&#8217;s about her.  So after being warned that she was an artist and had strong opinions about how the blog should look I tried to remove my own bias from process and created her a mock up.  This is what she said:</p>
<p><strong>i&#8217;m kind of shocked&#8230;i love it! i&#8217;m usually really difficult to please =)</strong></p>
<p>I admit that I was kinda shocked as well, I was prepared to have it ripped to pieces and heading back to the drawing board.  I went ahead and starting cutting it up, helped her install WordPress and got the theme set up and she said:</p>
<p><strong>i think it&#8217;s amazing, it looks awesome, you rock.</strong></p>
<p>Not bad coming from a client that told me up front that she was going to be hard to please &#8211; but, I think, that by trying to remove my ego from the design process that she actually became easy to please.</p>
]]></content:encoded>
			<wfw:commentRss>http://customwp.com/custom-wordpress-theme-design-success.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
