<?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>scribu &#187; Smarter Navigation</title>
	<atom:link href="http://scribu.net/wordpress/smarter-navigation/feed" rel="self" type="application/rss+xml" />
	<link>http://scribu.net</link>
	<description>Hello, this is where scribu geeks out</description>
	<lastBuildDate>Thu, 11 Mar 2010 13:48:55 +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>Version 1.2</title>
		<link>http://scribu.net/wordpress/smarter-navigation/sn-1-2.html</link>
		<comments>http://scribu.net/wordpress/smarter-navigation/sn-1-2.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 13:24:18 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Smarter Navigation]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=627</guid>
		<description><![CDATA[This version requires PHP 5. If you&#8217;re getting an error on activation, it means you&#8217;re running PHP 4.
Two template tags have been added: 
If you have posts in multiple categories, you can use get_referrer_category() to retrieve the category object, based on the referrer url.
get_referrer_url() returns the full URL of the referrer.
Also, there are two extra [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This version requires PHP 5. If you&#8217;re getting an error on activation, it means you&#8217;re running PHP 4.</strong></p>
<p>Two template tags have been added: </p>
<p>If you have posts in multiple categories, you can use <code>get_referrer_category()</code> to retrieve the category object, based on the referrer url.</p>
<p><code>get_referrer_url()</code> returns the full URL of the referrer.</p>
<p>Also, there are two extra arguments for previous_post_smart() and next_post_smart(): $in_same_cat and $excluded_categories.</p>
<p>This is how the function prototype looks like:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">previous_post_smart<span style="color: #009900;">&#40;</span>
	<span style="color: #000088;">$format</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'&amp;laquo; %link'</span><span style="color: #339933;">,</span>
	<span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'%title'</span><span style="color: #339933;">,</span>
	<span style="color: #000088;">$fallback</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
	<span style="color: #000088;">$in_same_cat</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">,</span>
	<span style="color: #000088;">$excluded_categories</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span>
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/smarter-navigation/sn-1-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.1</title>
		<link>http://scribu.net/wordpress/smarter-navigation/sn-1-1.html</link>
		<comments>http://scribu.net/wordpress/smarter-navigation/sn-1-1.html#comments</comments>
		<pubDate>Mon, 11 May 2009 15:25:16 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Smarter Navigation]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=488</guid>
		<description><![CDATA[Two important bugfixes:

Works with sets of posts split on multiple pages (up to 500 posts).
Works correctly if you open multiple tabs on the same site.

]]></description>
			<content:encoded><![CDATA[<p>Two important bugfixes:</p>
<ol>
<li>Works with sets of posts split on multiple pages (up to 500 posts).</li>
<li>Works correctly if you open multiple tabs on the same site.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/smarter-navigation/sn-1-1.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Version 1.0</title>
		<link>http://scribu.net/wordpress/smarter-navigation/sn-1-0.html</link>
		<comments>http://scribu.net/wordpress/smarter-navigation/sn-1-0.html#comments</comments>
		<pubDate>Tue, 17 Feb 2009 12:00:37 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Smarter Navigation]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=433</guid>
		<description><![CDATA[The default previous_post_link() and next_post_link() have an option to restrict adjacent posts to the current category. This plugin takes one step further:
If you visit an archive page (category, tag, date, author, search etc.) and then visit a single post from that page, the previous_post_smart() and next_post_smart() will point only to the other posts in that [...]]]></description>
			<content:encoded><![CDATA[<p>The default <code>previous_post_link()</code> and <code>next_post_link()</code> have an option to restrict adjacent posts to the current category. This plugin takes one step further:</p>
<p>If you visit an archive page (category, tag, date, author, search etc.) and then visit a single post from that page, the <code>previous_post_smart()</code> and <code>next_post_smart()</code> will point only to the other posts in that archive page.</p>
<p>This is particularly useful for photoblogs (that&#8217;s where I use it).</p>
<p>If there isn&#8217;t an adjacent post, it will use the normal template tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/smarter-navigation/sn-1-0.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
