<?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>WidgetReadyThemes &#187; Blog</title>
	<atom:link href="http://www.widgetreadythemes.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.widgetreadythemes.com</link>
	<description>Featuring The Best Free Wordpress Themes</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:01:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Custom Fields</title>
		<link>http://www.widgetreadythemes.com/blog/custom-fields/</link>
		<comments>http://www.widgetreadythemes.com/blog/custom-fields/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 16:24:13 +0000</pubDate>
		<dc:creator>WidgetReadyThemes</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.widgetreadythemes.com/?p=12923</guid>
		<description><![CDATA[Custom Fields is a very powerful feature in wordpress as it push your limits to do anything you want with you site , i&#8217;m going to illustrate some practical use for custom keys and will include some real world examples . Custom Fields around us in every blog we visit everyday , we can find [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-12928" style="margin-top:0;margin-right:10px;" title="custom" src="http://www.widgetreadythemes.com/wp-content/uploads/2009/12/custom.gif" alt="custom" width="108" height="108" />Custom Fields is a very powerful feature in wordpress as it push your limits to do anything you want with you site , i&#8217;m going to illustrate some practical use for custom keys and will include some real world examples .<br />
Custom Fields around us in every blog we visit everyday , we can find it in the use of posts&#8217; thumbnails , post sponsors or even in post&#8217;s advertising .</p>
<h4>Custom keys consists of two fields (key and value)</h4>
<p><strong>Key : </strong>the unique key you use to define and call that custom key<br />
<strong>Value : </strong>the value of that key , may be text , image code , video code or anything you want .<br />
<code>ex :<br />
key : mode<br />
value : happy<br />
ex:<br />
key : thumbnail<br />
value : image.jpg</code></p>
<h4>How to use</h4>
<p><img class="size-full wp-image-12925 alignnone" title="custom-keys" src="http://www.widgetreadythemes.com/wp-content/uploads/2009/12/custom-keys.gif" alt="custom-keys" width="590" height="98" /></p>
<h4>How to call the custom key</h4>
<p>You&#8217;ve defined you custom key and value within your posts or pages, now how to show these values within the post or page<br />
Here&#8217;s the php code that calls a certain custom key value<br />
<code>&lt;?php $values = get_post_custom_values("KEY"); echo $values[0]; ?&gt;</code><br />
the <strong>KEY</strong> is you custom key , for example #1 above , it&#8217;ll be mode . The above code will call the custom key , get it&#8217;s value and prints it<br />
for example #2 above it&#8217;ll be like that as it&#8217;ll be getting an image<br />
<code>&lt;img src="&lt;?php $values = get_post_custom_values("KEY"); echo $values[0]; ?&gt;" alt="" /&gt;</code><br />
this will get the custom key (thumbnail) value which will be image , inserts it in the image html code and shows it .</p>
<p>too simple , right ?</p>
<p>Here&#8217;s an usage example for custom keys from our blog<br />
<img class="size-full wp-image-12926 alignnone" title="custom-key2" src="http://www.widgetreadythemes.com/wp-content/uploads/2009/12/custom-key2.gif" alt="custom-key2" width="590" height="220" /><br />
As you see custom keys opens alot of new options&#8217; channels so get creative .<strong>More Free WordPress Themes:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 2.049 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.widgetreadythemes.com/blog/custom-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Can Build A Full-Blown Website Just By Using WordPress</title>
		<link>http://www.widgetreadythemes.com/blog/you-can-build-a-full-blown-website-just-by-using-wordpress/</link>
		<comments>http://www.widgetreadythemes.com/blog/you-can-build-a-full-blown-website-just-by-using-wordpress/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 09:48:45 +0000</pubDate>
		<dc:creator>WidgetReadyThemes</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.widgetreadythemes.com/?p=12790</guid>
		<description><![CDATA[WordPress is now arguably the most widely used software for creating blogs. If you have been reading blogs in various niches, you will realize that more often than not, the blog is run by WordPress. Anyone can now start blogging for free just by using the free online version of WordPress at www.wordpress.com or if [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.widgetreadythemes.com/wp-content/uploads/2009/12/wpman.jpg" alt="Wordpress Site Builder" title="Wordpress Site Builder" width="200" height="200" class="alignleft size-full wp-image-12791" />WordPress is now arguably the most widely used software for creating blogs. If you have been reading blogs in various niches, you will realize that more often than not, the blog is run by WordPress.</p>
<p>Anyone can now start blogging for free just by using the free online version of WordPress at <a href="http://www.wordpress.com">www.wordpress.com</a> or if they choose so, opt for total blogging control by downloading the WordPress software from <a href="http://www.wordpress.org">www.wordpress.org</a> and hosting it on their own domain.</p>
<p>Now, you can even do more with WordPress. You can build full-blown websites just by using the WordPress software. It probably is now one of the most powerful content management systems out there. You can not only management content in text format but you can add audio, video, flash animations etc using WordPress.</p>
<p>The WordPress software has been used to create non-blog websites such as static websites, membership sites, ecommerce shopping sites, auction sites, photography galleries, company portfolios, real estate sites and direct sales pages among others. You’d probably be able to create just about any type of website with WordPress.</p>
<p>The one advantage that WordPress has is that Google loves websites made out of WordPress. With good built-in search engine optimization capabilities and by plugging in external plugins, you can easily rank your websites in the Search Engines such as Google, Yahoo and Bing.</p>
<p>If you are pondering about using WordPress to run your website, hopefully you will consider trying out this flexible software. Though it may take a bit of learning, the same as any other software, it is FREE!<br />
<strong>More Free WordPress Themes:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 1.729 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.widgetreadythemes.com/blog/you-can-build-a-full-blown-website-just-by-using-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

