<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Date archive for a category</title>
	<atom:link href="http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/</link>
	<description>About Me and Wordpress</description>
	<lastBuildDate>Wed, 14 Jul 2010 18:48:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jaymin Patel</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-/#comment-53</link>
		<dc:creator>Jaymin Patel</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-53</guid>
		<description>@Alex, then you will need to create a php template that has everything you want and include that template inside
&lt;code&gt;
if ( have_posts() ) : while ( have_posts() ) : the_post();
//include new template here
endwhile;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Alex, then you will need to create a php template that has everything you want and include that template inside<br />
<code><br />
if ( have_posts() ) : while ( have_posts() ) : the_post();<br />
//include new template here<br />
endwhile;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-1/#comment-52</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 11 Sep 2009 10:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-52</guid>
		<description>That doesn&#039;t help, because the template of that url is under functions.php and I do not have access to  tag.</description>
		<content:encoded><![CDATA[<p>That doesn&#8217;t help, because the template of that url is under functions.php and I do not have access to  tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaymin Patel</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-/#comment-49</link>
		<dc:creator>Jaymin Patel</dc:creator>
		<pubDate>Thu, 10 Sep 2009 23:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-49</guid>
		<description>You can try combination of init hook and wp_head. use init hook to check you are on /archives/category/{category-slug}/yyyy/mm/ page and if you are, use wp_title hook.
Reference: http://codex.wordpress.org/Template_Tags/wp_title</description>
		<content:encoded><![CDATA[<p>You can try combination of init hook and wp_head. use init hook to check you are on /archives/category/{category-slug}/yyyy/mm/ page and if you are, use wp_title hook.<br />
Reference: <a href="http://codex.wordpress.org/Template_Tags/wp_title" rel="nofollow">http://codex.wordpress.org/Template_Tags/wp_title</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-1/#comment-48</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-48</guid>
		<description>Well, I have tested your great snippet.
But, when access /archives/category/{category-slug}/yyyy/mm/ there are no title besides blog title. There is any way that I can add a unique title?

Thanks.</description>
		<content:encoded><![CDATA[<p>Well, I have tested your great snippet.<br />
But, when access /archives/category/{category-slug}/yyyy/mm/ there are no title besides blog title. There is any way that I can add a unique title?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaymin Patel</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-/#comment-47</link>
		<dc:creator>Jaymin Patel</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-47</guid>
		<description>@Alex, I quite do not understand.</description>
		<content:encoded><![CDATA[<p>@Alex, I quite do not understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-1/#comment-50</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 10 Sep 2009 16:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-50</guid>
		<description>There is anyway that I can put a unique title?
Thanks</description>
		<content:encoded><![CDATA[<p>There is anyway that I can put a unique title?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-1/#comment-51</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-51</guid>
		<description>OK I see now you have to have friendly permalinks enabled so that mod_rewrite redirects the request to index.php

I added some code to fix $request_parts if your blog is installed in a subdirectory:

		while($request_parts[1] != &quot;archives&quot;) {
		  array_shift($request_parts);
		}</description>
		<content:encoded><![CDATA[<p>OK I see now you have to have friendly permalinks enabled so that mod_rewrite redirects the request to index.php</p>
<p>I added some code to fix $request_parts if your blog is installed in a subdirectory:</p>
<p>		while($request_parts[1] != &#8220;archives&#8221;) {<br />
		  array_shift($request_parts);<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-1/#comment-54</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-54</guid>
		<description>I don&#039;t understand how this can work, when I try to use the archives URL I get the Apache 404 page, it&#039;s not even getting into Wordpress for the init hook to work.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand how this can work, when I try to use the archives URL I get the Apache 404 page, it&#8217;s not even getting into Wordpress for the init hook to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaymin Patel</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-/#comment-46</link>
		<dc:creator>Jaymin Patel</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-46</guid>
		<description>You can put that in your active theme&#039;s functions.php</description>
		<content:encoded><![CDATA[<p>You can put that in your active theme&#8217;s functions.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.jayminkapish.com/2009/06/16/date-archive-for-a-category/comment-page-1/#comment-45</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 24 Jun 2009 11:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=78#comment-45</guid>
		<description>So if I download this code where do I put it?</description>
		<content:encoded><![CDATA[<p>So if I download this code where do I put it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.jayminkapish.com @ 2010-07-30 06:36:11 by W3 Total Cache -->