<?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>Blogs Wizards &#187; Theme Design</title>
	<atom:link href="http://blogswizards.com/category/theme-design/feed" rel="self" type="application/rss+xml" />
	<link>http://blogswizards.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Sep 2011 18:10:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to Hide Your Posts from Some Users in WordPress</title>
		<link>http://blogswizards.com/how-to-hide-your-posts-from-some-users-in-wordpress</link>
		<comments>http://blogswizards.com/how-to-hide-your-posts-from-some-users-in-wordpress#comments</comments>
		<pubDate>Mon, 19 Sep 2011 03:09:06 +0000</pubDate>
		<dc:creator>Amina</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=1169</guid>
		<description><![CDATA[Because WordPress is a publishing platform, there are options for content visibility that most beginners overlook. Have you ever thought about creating a blog post that you don’t want everyone to read? Maybe just for family members or close friends? Or maybe just very special group of your users? Well, in this post we will [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/how-to-hide-your-posts-from-some-users-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically add Search in your Post</title>
		<link>http://blogswizards.com/automatically-add-search-in-your-post</link>
		<comments>http://blogswizards.com/automatically-add-search-in-your-post#comments</comments>
		<pubDate>Tue, 25 Jan 2011 12:58:07 +0000</pubDate>
		<dc:creator>Zeeshan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=1136</guid>
		<description><![CDATA[Do you ever wanted to be able to automatically add a search field to WP 3.0+ navigation menus? If yes, just have a look to today’s recipe, you’ll probably love it! Open your functions.php file, and paste the following code. The search field will be displayed once you saved the file. add_filter('wp_nav_menu_items','add_search_box', 10, 2); function [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/automatically-add-search-in-your-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Twitter Avatar in WordPress Comments</title>
		<link>http://blogswizards.com/display-twitter-avatar-in-wordpress-comments</link>
		<comments>http://blogswizards.com/display-twitter-avatar-in-wordpress-comments#comments</comments>
		<pubDate>Thu, 09 Dec 2010 07:17:45 +0000</pubDate>
		<dc:creator>Zeeshan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=986</guid>
		<description><![CDATA[Twitter has transformed the way people communicate with each other. It has now become extremely popular across the web with millions of users exchanging billions of tweets each day. Almost every blog today has a retweet button for allowing its readers to share the articles on twitter. Twittar WordPress Plugin lets wordpress blogs display twitter [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/display-twitter-avatar-in-wordpress-comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding widget in Footer</title>
		<link>http://blogswizards.com/683</link>
		<comments>http://blogswizards.com/683#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:00:09 +0000</pubDate>
		<dc:creator>Zeeshan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=683</guid>
		<description><![CDATA[I wanted to use widgets in the footer of my WordPress theme but my wordpress theme didn&#8217;t come with a footer-sidebar by default. I didn&#8217;t really wanted to change the theme just because of that. So I hacked the wordpress theme to introduce footer-sidebars. If you are looking for a tutorial that explains how you [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/683/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Add Javascript in a WordPress Post or Page</title>
		<link>http://blogswizards.com/add-javascript-in-a-wordpress-post-or-page</link>
		<comments>http://blogswizards.com/add-javascript-in-a-wordpress-post-or-page#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:10:55 +0000</pubDate>
		<dc:creator>Zeeshan</dc:creator>
				<category><![CDATA[JavaScript Solutions]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=665</guid>
		<description><![CDATA[One of my readers asked me the following question: &#8220;How can I run a JavaScript within a WordPress post?&#8221; In this short post I have explained how I use Javascript in my WordPress posts. Adding javascript in WordPress post is really simple. You just have to switch to the HTML view in the editor and [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/add-javascript-in-a-wordpress-post-or-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Facebook Statuses on WordPress</title>
		<link>http://blogswizards.com/display-facebook-statuses-on-wordpress</link>
		<comments>http://blogswizards.com/display-facebook-statuses-on-wordpress#comments</comments>
		<pubDate>Thu, 22 Oct 2009 06:41:49 +0000</pubDate>
		<dc:creator>Zeeshan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=599</guid>
		<description><![CDATA[If you want to show your Facebook Statuses and you are hosting on a WordPress.com blog that restricts you from installing plugins, try this. The following method make use of Facebook status feed and WordPress RSS widget. It will also work for self-host WordPress blogs, but you guys who self-host can use better plugins for [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/display-facebook-statuses-on-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Media Player Inspired Menu</title>
		<link>http://blogswizards.com/windows-media-player-inspired-menu</link>
		<comments>http://blogswizards.com/windows-media-player-inspired-menu#comments</comments>
		<pubDate>Sun, 30 Aug 2009 00:36:51 +0000</pubDate>
		<dc:creator>Zeeshan</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://blogswizards.com/?p=498</guid>
		<description><![CDATA[I saw someone using windows media player on vista the other day and it inspired me to make a website menu. So here are the steps I went through to make my media player style menu. Click Here for Large Image Start off with a canvas with the size of 800X200px and make the background [...]]]></description>
		<wfw:commentRss>http://blogswizards.com/windows-media-player-inspired-menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogswizards.com/category/theme-design/feed ) in 0.40202 seconds, on Feb 5th, 2012 at 11:01 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 12:01 am UTC -->
