<?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>WordPress Tutorials &#187; Miscellanious</title>
	<atom:link href="http://www.wp-tutorials.org/category/miscellanious/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-tutorials.org</link>
	<description>Listing the best tutorials</description>
	<lastBuildDate>Thu, 25 Feb 2010 01:41:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Your Own Permalink Structure For Custom Content</title>
		<link>http://www.wp-tutorials.org/creating-your-own-permalink-structure-for-custom-content/</link>
		<comments>http://www.wp-tutorials.org/creating-your-own-permalink-structure-for-custom-content/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:34:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[binarymoon.co.uk]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=665</guid>
		<description><![CDATA[
			
				
			
		
Below I will show how I created the custom permalink structure without creating custom pages
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/creating-your-own-permalink-structure-for-custom-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Hooks – the simplified version</title>
		<link>http://www.wp-tutorials.org/action-hooks-%e2%80%93-the-simplified-version/</link>
		<comments>http://www.wp-tutorials.org/action-hooks-%e2%80%93-the-simplified-version/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:56:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[themocracy.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=663</guid>
		<description><![CDATA[
			
				
			
		
There’s no point in hacking around with the WordPress core code. You still see people doing it sometimes and happily showing off their results, but it just isn’t a good idea. Nobody else can use it without making the same hack(s), which aren’t carried through an automatic update anyway.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/action-hooks-%e2%80%93-the-simplified-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Font-Sizes for Tag Clouds</title>
		<link>http://www.wp-tutorials.org/rounded-font-sizes-for-tag-clouds/</link>
		<comments>http://www.wp-tutorials.org/rounded-font-sizes-for-tag-clouds/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:56:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[digwp.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=657</guid>
		<description><![CDATA[
			
				
			
		
Tag clouds accomplish their varied font sizes by applying inline styling to each tag. The resulting font sizes can be really weird like style=&#8217;font-size:29.3947354754px;&#8217;. There is nothing inherently wrong about that, but it feels a bit unsettling and less controllable
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/rounded-font-sizes-for-tag-clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load A Stylesheet Only If Use Gallery</title>
		<link>http://www.wp-tutorials.org/load-a-stylesheet-only-if-use-gallery/</link>
		<comments>http://www.wp-tutorials.org/load-a-stylesheet-only-if-use-gallery/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 14:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[wpengineer.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=656</guid>
		<description><![CDATA[
			
				
			
		
In relation to the better Gallery it is actually not necessary to load the stylesheet if there is no gallery, so it is worth it to check in advance whether the gallery will be used in the post or not. For this you have to parse the post which can be done in two ways.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/load-a-stylesheet-only-if-use-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Query Shortcode: Run a Loop inside Any Post/Page</title>
		<link>http://www.wp-tutorials.org/custom-query-shortcode-run-a-loop-inside-any-postpage/</link>
		<comments>http://www.wp-tutorials.org/custom-query-shortcode-run-a-loop-inside-any-postpage/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:00:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[digwp.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=653</guid>
		<description><![CDATA[
			
				
			
		
I had the occasion yesterday to have a page with a section on it where it would output a very specific set of other pages, which would need to change dynamically. What I could have done is built a special page template for this page, and inside that template run a query_posts() to get these [...]]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/custom-query-shortcode-run-a-loop-inside-any-postpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make a WordPress Events List</title>
		<link>http://www.wp-tutorials.org/how-to-make-a-wordpress-events-list/</link>
		<comments>http://www.wp-tutorials.org/how-to-make-a-wordpress-events-list/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[problogdesign.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=648</guid>
		<description><![CDATA[
			
				
			
		
In this post, we are going to create our own events list that will let us add events simply by writing posts and assigning them to an “Events” category. It can’t get much easier than that!
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/how-to-make-a-wordpress-events-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Right Way To Build WordPress As A Community News</title>
		<link>http://www.wp-tutorials.org/the-right-way-to-build-wordpress-as-a-community-news/</link>
		<comments>http://www.wp-tutorials.org/the-right-way-to-build-wordpress-as-a-community-news/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:00:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[aext.net]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=637</guid>
		<description><![CDATA[
			
				
			
		
Today, I would like to put all my love for WordPress into this tutorial to explain how to build WordPress as a Community News, … but in a right way.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/the-right-way-to-build-wordpress-as-a-community-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use WordPress as CMS with Flutter Plugin</title>
		<link>http://www.wp-tutorials.org/how-to-use-wordpress-as-cms-with-flutter-plugin/</link>
		<comments>http://www.wp-tutorials.org/how-to-use-wordpress-as-cms-with-flutter-plugin/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[crispytech.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=633</guid>
		<description><![CDATA[
			
				
			
		
There has been a long debate in web development community about the CMS capabilities of WordPress. Recently WordPress won Overall Best Open Source CMS Award of 2009 and got 2nd position in best Open Source PHP CMS category.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/how-to-use-wordpress-as-cms-with-flutter-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Free Email Newsletter Service using WordPress</title>
		<link>http://www.wp-tutorials.org/create-a-free-email-newsletter-service-using-wordpress/</link>
		<comments>http://www.wp-tutorials.org/create-a-free-email-newsletter-service-using-wordpress/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 17:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[wpbeginner.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=626</guid>
		<description><![CDATA[
			
				
			
		
There are many email newsletter solutions like Aweber, one of the most recommended one, but they all charge money. The solution we are going to mention in here by no means can compare to the features provided by the premium service like Aweber, and it must not be considered as the better system. Our solution [...]]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/create-a-free-email-newsletter-service-using-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax WordPress post popup with SimpleModal and jQuery</title>
		<link>http://www.wp-tutorials.org/ajax-wordpress-post-popup-with-simplemodal-and-jquery/</link>
		<comments>http://www.wp-tutorials.org/ajax-wordpress-post-popup-with-simplemodal-and-jquery/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:00:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellanious]]></category>
		<category><![CDATA[wordpressthemescollection.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=617</guid>
		<description><![CDATA[
			
				
			
		
Today we are going to look at getting the content of a post using ajax and then display it in a popup box. The popup part is actually the easiest part, thanks to the fantastic Simple Modal plugin for jQuery written by Eric Martin.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/ajax-wordpress-post-popup-with-simplemodal-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
