<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Customising the next prev links</title>
 <description>Customising the next prev links - comments</description>
 <link>https://textpattern.tips/customising-the-next-prev-links</link>
 <atom:link href="https://textpattern.tips/customising-the-next-prev-links?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Sun, 13 Sep 09 21:35:34 +0000</pubDate>

 <item>
     <title>Comment on Customising the next prev links by Markus Merz | Hamburg St. Georg</title>
     <link><a href="https://textpattern.tips/customising-the-next-prev-links#c000537" id="c000537">1</a></link>
     <guid><a href="https://textpattern.tips/customising-the-next-prev-links#c000537" id="c000537">1</a></guid>
     <pubDate>Tue, 08 Sep 09 10:36:56 +0000</pubDate>
     <description><![CDATA[<p>I am still using the good old &#8216;before txp:variable&#8217; container tag plug-in <strong>chh_if_data</strong> which also only outputs something if the wrapped tag returns something.</p><p>&#8220;Show a block of text only if enclosed Txp tags produce some output.&#8221;</p>]]></description>
     <content:encoded><![CDATA[<p>I am still using the good old &#8216;before txp:variable&#8217; container tag plug-in <strong>chh_if_data</strong> which also only outputs something if the wrapped tag returns something.</p><p>&#8220;Show a block of text only if enclosed Txp tags produce some output.&#8221;</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://sankt-georg.info/">Markus Merz | Hamburg St. Georg</a></dc:creator>
 
</item>
<item>
     <title>Comment on Customising the next prev links by Nora Brown</title>
     <link><a href="https://textpattern.tips/customising-the-next-prev-links#c000538" id="c000538">1</a></link>
     <guid><a href="https://textpattern.tips/customising-the-next-prev-links#c000538" id="c000538">1</a></guid>
     <pubDate>Sun, 13 Sep 09 21:35:34 +0000</pubDate>
     <description><![CDATA[<p>You can accomplish a similar effect without variables by containing everything within the <code>&lt;link_to...&gt;</code> tags (thus they won&#8217;t display if those tags return nothing) and putting your classes on the enclosing element, like a div:</p><pre><code>&lt;div class="prevNext"&gt;
&lt;span id="linkToPrev"&gt;&lt;txp:link_to_prev&gt;&amp;#8592;&amp;nbsp;&lt;txp:prev_title /&gt;&lt;/txp:link_to_prev&gt;&lt;/span&gt;
&lt;span id="linkToNext"&gt;&lt;txp:link_to_next&gt;&lt;txp:next_title /&gt;&amp;nbsp;&amp;#8594;&lt;/txp:link_to_next&gt;&lt;/span&gt;
&lt;/div&gt;
</code></pre><p>Yes, the spans will be output even if they&#8217;re not necessary, but if you only style the links themselves, the spans won&#8217;t be visible on the page.</p>]]></description>
     <content:encoded><![CDATA[<p>You can accomplish a similar effect without variables by containing everything within the <code>&lt;link_to...&gt;</code> tags (thus they won&#8217;t display if those tags return nothing) and putting your classes on the enclosing element, like a div:</p><pre><code>&lt;div class="prevNext"&gt;
&lt;span id="linkToPrev"&gt;&lt;txp:link_to_prev&gt;&amp;#8592;&amp;nbsp;&lt;txp:prev_title /&gt;&lt;/txp:link_to_prev&gt;&lt;/span&gt;
&lt;span id="linkToNext"&gt;&lt;txp:link_to_next&gt;&lt;txp:next_title /&gt;&amp;nbsp;&amp;#8594;&lt;/txp:link_to_next&gt;&lt;/span&gt;
&lt;/div&gt;
</code></pre><p>Yes, the spans will be output even if they&#8217;re not necessary, but if you only style the links themselves, the spans won&#8217;t be visible on the page.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.norabrowndesign.com">Nora Brown</a></dc:creator>
 
</item>

</channel>
</rss>