<?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>SANIsoft &#187; Wordpress</title>
	<atom:link href="http://www.sanisoft.com/blog/category/php/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Wed, 19 Oct 2011 11:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[How to] Using wp_redirect() without getting errors</title>
		<link>http://www.sanisoft.com/blog/2011/02/21/how-to-using-wp_redirect-without-getting-errors/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-using-wp_redirect-without-getting-errors</link>
		<comments>http://www.sanisoft.com/blog/2011/02/21/how-to-using-wp_redirect-without-getting-errors/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 04:00:25 +0000</pubDate>
		<dc:creator>Sumit Meshram</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2078</guid>
		<description><![CDATA[Recently I worked on a wordpress plugin where I want to redirect users to the listing page after the data gets successfully saved into the database table. To redirect users to a different page generally we use wp_redirect() function available in wordpress. I tried using the same wp_redirect() function using following code. PLAIN TEXT PHP: [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/02/21/how-to-using-wp_redirect-without-getting-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[WordPress Plugin] iPad Swipe</title>
		<link>http://www.sanisoft.com/blog/2011/01/11/wordpress-plugin-ipad-swipe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-ipad-swipe</link>
		<comments>http://www.sanisoft.com/blog/2011/01/11/wordpress-plugin-ipad-swipe/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 07:09:38 +0000</pubDate>
		<dc:creator>Sumit Meshram</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1991</guid>
		<description><![CDATA[Most WordPress themes look just fine when you view them in an iPad but what every iPad user gets very soon used is swiping across to turn pages. I thought it would be a good addition for any WordPress blog to be able to provide this functionality via a plugin and a good programming exercise [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/01/11/wordpress-plugin-ipad-swipe/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>[WordPress Plugin] Automatic Post Thumbnail</title>
		<link>http://www.sanisoft.com/blog/2010/04/19/wordpress-plugin-automatic-post-thumbnail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-automatic-post-thumbnail</link>
		<comments>http://www.sanisoft.com/blog/2010/04/19/wordpress-plugin-automatic-post-thumbnail/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 03:21:05 +0000</pubDate>
		<dc:creator>Aditya Mooley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=936</guid>
		<description><![CDATA[Please continue all discussions regarding this plugin in the plugin forum WordPress 2.9 introduced a new feature called Post Thumbnails (a.k.a Featured Thumbnails) allowing you to assign an image to your post. This image can then be easily shown in your blog using a simple function. Mark Jaquith has written an excellent blog post explaining [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/04/19/wordpress-plugin-automatic-post-thumbnail/feed/</wfw:commentRss>
		<slash:comments>167</slash:comments>
		</item>
		<item>
		<title>[WordPress] Get your own markup for nested comments</title>
		<link>http://www.sanisoft.com/blog/2010/04/05/wordpress-get-your-own-markup-for-nested-comments/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-get-your-own-markup-for-nested-comments</link>
		<comments>http://www.sanisoft.com/blog/2010/04/05/wordpress-get-your-own-markup-for-nested-comments/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 07:45:20 +0000</pubDate>
		<dc:creator>Amit Badkas</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=743</guid>
		<description><![CDATA[This blog uses a modified Hemingway Reloaded theme but the theme is old and does not support nested comments and uses a customized way to display list of comments under a post instead of standard wp_list_comments(). Hence, when we decided to display nested comments, I needed to tweak comments.php in the theme for that and [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/04/05/wordpress-get-your-own-markup-for-nested-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[WordPress plugin] Flickr foto info</title>
		<link>http://www.sanisoft.com/blog/2010/03/08/wordpress-plugin-flickr-foto-info/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-flickr-foto-info</link>
		<comments>http://www.sanisoft.com/blog/2010/03/08/wordpress-plugin-flickr-foto-info/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 03:54:12 +0000</pubDate>
		<dc:creator>Tarique Sani</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=589</guid>
		<description><![CDATA[If you embed Flickr photos on your site you can always link them to the original page where visitors to your site can get all the details but that is not really a good user experience as it sends the visitor away from your blog. I don't really like how Flickr almost hides away the [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/03/08/wordpress-plugin-flickr-foto-info/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>[WordPress] The get_avatar hook</title>
		<link>http://www.sanisoft.com/blog/2010/01/04/wordpress-the-get_avatar-hook/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-the-get_avatar-hook</link>
		<comments>http://www.sanisoft.com/blog/2010/01/04/wordpress-the-get_avatar-hook/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 04:10:23 +0000</pubDate>
		<dc:creator>Tarique Sani</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=346</guid>
		<description><![CDATA[The problem was how to change the avatars in WordPress comments for certain comments! I wanted to show avatars from Flickr for comments which my Flickr comment importer plugin gets into a post. Searching the WordPress codex hinted at a hook called get_avatar but it was not very well documented. This post is the result [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/01/04/wordpress-the-get_avatar-hook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[WordPress Plugin] Live Flickr comment importer</title>
		<link>http://www.sanisoft.com/blog/2009/12/15/wordpress-plugin-live-flickr-comment-importer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-live-flickr-comment-importer</link>
		<comments>http://www.sanisoft.com/blog/2009/12/15/wordpress-plugin-live-flickr-comment-importer/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:22:01 +0000</pubDate>
		<dc:creator>Tarique Sani</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=316</guid>
		<description><![CDATA[A comment is what a blogger wants! Show me a blogger who denies this and I will show you a liar This plugin allows importing of comments made on a Flickr photo into a WordPress post of your choice. There is another plugin that I found which allows such imports but it has a few [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2009/12/15/wordpress-plugin-live-flickr-comment-importer/feed/</wfw:commentRss>
		<slash:comments>177</slash:comments>
		</item>
		<item>
		<title>[WordPress Plugin] Calendar Archives</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-calendar-archives</link>
		<comments>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:18:27 +0000</pubDate>
		<dc:creator>Amit Badkas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=274</guid>
		<description><![CDATA[A picture is worth a 1000 words so take a look at 2 of them using first and second layouts and download the plugin Description Calendar Archives is a visualization plugin for your WordPress site which creates yearly calendar for your posts. Create a new page (having 'no sidebars' layout) for your calendar archive and [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/feed/</wfw:commentRss>
		<slash:comments>116</slash:comments>
		</item>
		<item>
		<title>More tag for your twitter digest in WordPress</title>
		<link>http://www.sanisoft.com/blog/2009/08/10/more-tag-for-your-twitter-digest-in-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=more-tag-for-your-twitter-digest-in-wordpress</link>
		<comments>http://www.sanisoft.com/blog/2009/08/10/more-tag-for-your-twitter-digest-in-wordpress/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 06:54:12 +0000</pubDate>
		<dc:creator>Tarique Sani</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=263</guid>
		<description><![CDATA[Twitter Tools is the best available WordPress plugin for complete two way integration of twitter with your WordPress blog. One of the useful features which it has is ability to create a digest of your tweets and post it to your blog. You can configure the plugin to create either daily digest, weekly digest or [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2009/08/10/more-tag-for-your-twitter-digest-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[WordPress plugin] DateTitle &#8211; A plugin for automatic post titles</title>
		<link>http://www.sanisoft.com/blog/2009/06/30/datetitle-a-wordpress-plugin-for-automatic-post-titles/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=datetitle-a-wordpress-plugin-for-automatic-post-titles</link>
		<comments>http://www.sanisoft.com/blog/2009/06/30/datetitle-a-wordpress-plugin-for-automatic-post-titles/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 05:13:11 +0000</pubDate>
		<dc:creator>Tarique Sani</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=212</guid>
		<description><![CDATA[These days I seem to be writing very little code and I do that only if I need something and I am unable to find something similar already written. Recently I shifted my journal from LiveJournal to a self hosted WordPress install on my own site. I write in my journal fairly often though most [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2009/06/30/datetitle-a-wordpress-plugin-for-automatic-post-titles/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

