<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: next/previous links</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: next/previous links</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 10:40:17 +0000</pubDate>

<item>
<title>bekabug on "navigation links for posts on category template"</title>
<link>http://wordpress.org/support/topic/231689#post-947654</link>
<pubDate>Wed, 07 Jan 2009 02:27:54 +0000</pubDate>
<dc:creator>bekabug</dc:creator>
<guid isPermaLink="false">947654@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If that doesn't work give this a shot...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://geriandricky.maxwells.net.nz/2008/08/20/next-previous-posts-in-same-category/&#34; rel=&#34;nofollow&#34;&#62;http://geriandricky.maxwells.net.nz/2008/08/20/next-previous-posts-in-same-category/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ClaytonJames on "navigation links for posts on category template"</title>
<link>http://wordpress.org/support/topic/231689#post-947512</link>
<pubDate>Wed, 07 Jan 2009 00:31:56 +0000</pubDate>
<dc:creator>ClaytonJames</dc:creator>
<guid isPermaLink="false">947512@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is &#60;a href=&#34;http://codex.wordpress.org/Next_and_Previous_Links&#34;&#62;this&#60;/a&#62; of any help?&#60;/p&#62;
&#60;p&#62;Maybe you could define a div at the bottom of your index.php. ?&#60;br /&#62;
something like this ...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;entry-navigation&#38;quot;&#38;gt;
&#38;lt;div class=&#38;quot;alignleft&#38;quot;&#38;gt;&#38;lt;?php posts_nav_link(&#38;#39;&#38;#39;,&#38;#39;&#38;#39;,&#38;#39;&#38;amp;laquo; Older Entires&#38;#39;) ?&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;alignright&#38;quot;&#38;gt;&#38;lt;?php posts_nav_link(&#38;#39;&#38;#39;,&#38;#39;Newer Entries&#38;amp;raquo;&#38;#39;,&#38;#39;&#38;#39;) ?&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Something like that...
&#60;/p&#62;</description>
</item>
<item>
<title>bmohr on "navigation links for posts on category template"</title>
<link>http://wordpress.org/support/topic/231689#post-947375</link>
<pubDate>Tue, 06 Jan 2009 21:56:22 +0000</pubDate>
<dc:creator>bmohr</dc:creator>
<guid isPermaLink="false">947375@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Can someone please advise me as how to ad links on the bottom of this template so a user can view previous and next links for all the posts of the same category. I've tried and (feel like) I've read every post in this forum about this topic but none of what I've tried has worked. &#60;/p&#62;
&#60;p&#62;Here's the link to my page. (This page is a multi-post category template named F.A.T.):&#60;br /&#62;
&#60;a href=&#34;http://www.computesocial.com/small-business-facts-applications-trends&#34; rel=&#34;nofollow&#34;&#62;http://www.computesocial.com/small-business-facts-applications-trends&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's my code below:&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Template Name: F.A.T.&#60;br /&#62;
*/&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;?php get_header(); ?&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php include(TEMPLATEPATH.&#34;/l_sidebar.php&#34;);?&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;contentmiddle&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;h1&#38;gt;Facts, Apps &#38;#38; Trends&#38;lt;/h1&#38;gt;&#60;br /&#62;
    &#38;lt;?php query_posts('category_name=FAT'); ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php the_content(__('Read more'));?&#38;gt;&#60;br /&#62;
		&#38;lt;!--&#60;br /&#62;
		&#38;lt;?php trackback_rdf(); ?&#38;gt;&#60;br /&#62;
		--&#38;gt;&#60;br /&#62;
		&#38;lt;?php endwhile; else: ?&#38;gt;&#60;br /&#62;
		&#38;lt;p&#38;gt;&#38;lt;?php _e('Sorry, no posts matched your criteria.'); ?&#38;gt;&#38;lt;/p&#38;gt;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php include(TEMPLATEPATH.&#34;/r_sidebar.php&#34;);?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!-- The main column ends  --&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>nandamai on "Next Post and Previous Post links in single.php"</title>
<link>http://wordpress.org/support/topic/192015#post-813861</link>
<pubDate>Sat, 26 Jul 2008 01:05:18 +0000</pubDate>
<dc:creator>nandamai</dc:creator>
<guid isPermaLink="false">813861@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi. I've just upgraded from 2.3 to 2.6 (kept putting it off) and all is well except for one thing: the next and previous links at the bottom of my posts are missing.&#60;/p&#62;
&#60;p&#62;At the bottom of each post, I had &#38;lt;&#38;lt;[previous post title] and [next post title]&#38;gt;&#38;gt; links. Now I do not. &#60;/p&#62;
&#60;p&#62;This is the code towards the bottom of my single.php file, with some css removed for clarity:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php previous_post_link(&#38;#39;&#38;lt;span class=&#38;quot;meta-nav&#38;quot;&#38;gt;&#38;amp;laquo;&#38;lt;/span&#38;gt; %link&#38;#39;) ?&#38;gt;
&#38;lt;?php next_post_link(&#38;#39;%link &#38;lt;span class=&#38;quot;meta-nav&#38;quot;&#38;gt;&#38;amp;raquo;&#38;lt;/span&#38;gt;&#38;#39;) ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My best guess is that something there is deprecated but I haven't been able to figure out what.&#60;/p&#62;
&#60;p&#62;ETA: I did try to replace previous_post_link with previous_post (and next, etc.) but that doesn't work, either.&#60;/p&#62;
&#60;p&#62;Any help? Thanks in advance. I've looked through the other support posts on missing previous/next links in 2.5+ but they seem mainly to be about index and archive pages, not individual posts.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
