<?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 Topic: Removing Previous/Next text?</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Removing Previous/Next text?</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 14:00:01 +0000</pubDate>

<item>
<title>t31os_ on "Removing Previous/Next text?"</title>
<link>http://wordpress.org/support/topic/284636#post-1119434</link>
<pubDate>Sun, 28 Jun 2009 15:03:29 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1119434@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Not sure this will work, but try switching these..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php previous_post(&#38;#39;%&#38;#39;,&#38;#39;Previous article&#38;#39;, &#38;#39;no&#38;#39;); ?&#38;gt;
&#38;lt;?php next_post(&#38;#39;%&#38;#39;,&#38;#39;Next article&#38;#39;, &#38;#39;no&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php previous_post(&#38;#39;%&#38;#39;,&#38;#39;&#38;amp;nbsp;&#38;amp;nbsp;&#38;#39;, &#38;#39;no&#38;#39;); ?&#38;gt;
&#38;lt;?php next_post(&#38;#39;%&#38;#39;,&#38;#39;&#38;amp;nbsp;&#38;amp;nbsp;&#38;#39;, &#38;#39;no&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which (if it works), will replace the text for 2 blank spaces, effectively hiding the text..&#60;/p&#62;
&#60;p&#62;Alternatively it could a simple matter of using a little CSS to just give those elements a negative text indent or setting the font size to 0..
&#60;/p&#62;</description>
</item>
<item>
<title>equaldesign on "Removing Previous/Next text?"</title>
<link>http://wordpress.org/support/topic/284636#post-1119255</link>
<pubDate>Sun, 28 Jun 2009 11:07:36 +0000</pubDate>
<dc:creator>equaldesign</dc:creator>
<guid isPermaLink="false">1119255@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Take a look here as I am pretty sure that you can customize the text that WordPress brings back.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/previous_post_link&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/previous_post_link&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gbadner on "Removing Previous/Next text?"</title>
<link>http://wordpress.org/support/topic/284636#post-1118980</link>
<pubDate>Sun, 28 Jun 2009 01:05:06 +0000</pubDate>
<dc:creator>gbadner</dc:creator>
<guid isPermaLink="false">1118980@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm new to WP and not very good at PHP so this may be a simple fix...&#60;/p&#62;
&#60;p&#62;I created graphical buttons for my previous/next page navigation. The buttons show up and work fine, but I cannot seem to get rid of the HTML previous/next text. It sits over my buttons and leaves them unreadable. How can I remove this text so that the links are purely graphical?&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Here's a link. The buttons are at the top of the post:&#60;/strong&#62;&#60;br /&#62;
&#60;a href=&#34;http://chronictriathlete.com/wordpress/m%D0%BE%D0%BB%D0%BE%D0%B4%D0%B5%D1%86-menchov&#34;&#62;http://chronictriathlete.com/wordpress/m%D0%BE%D0%BB%D0%BE%D0%B4%D0%B5%D1%86-menchov&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;The template code is:&#60;/strong&#62;&#60;br /&#62;
&#38;lt;div class=&#34;page-navigation&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;alignleft&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;?php previous_post('%','Previous article', 'no'); ?&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;alignright&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;?php next_post('%','Next article', 'no'); ?&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
