<?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: Problem with wp-pagenavi in everson news theme</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Problem with wp-pagenavi in everson news theme</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 13:49:50 +0000</pubDate>

<item>
<title>MichaelH on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1007495</link>
<pubDate>Fri, 06 Mar 2009 17:36:25 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1007495@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I could be wrong, but I'm not too sure wp-pagenavi was meant to be used in a recent posts section like that...
&#60;/p&#62;</description>
</item>
<item>
<title>mauro30 on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1006916</link>
<pubDate>Fri, 06 Mar 2009 00:04:01 +0000</pubDate>
<dc:creator>mauro30</dc:creator>
<guid isPermaLink="false">1006916@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The blog when the eversonnews theme is installed is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://evintersa.com/&#34;&#62;http://evintersa.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please see that the paging post not work with the plugin wp-paguenavi.&#60;/p&#62;
&#60;p&#62;when I click in any number of page of paging, always display the main page (index.php) and not the next page.&#60;/p&#62;
&#60;p&#62;Thanks for you great support.
&#60;/p&#62;</description>
</item>
<item>
<title>randinicole on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1006403</link>
<pubDate>Thu, 05 Mar 2009 15:32:20 +0000</pubDate>
<dc:creator>randinicole</dc:creator>
<guid isPermaLink="false">1006403@http://wordpress.org/support/</guid>
<description>&#60;p&#62;ahhhhhhhh ;) so michael is one of those people i see :P
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1006350</link>
<pubDate>Thu, 05 Mar 2009 14:52:52 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1006350@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm not having that problem.  I installed the theme, installed the plugin, activated the plugin, made the change to single.php and &#38;lt;!--nextpage--&#38;gt; works for me on single post pages.  &#60;/p&#62;
&#60;p&#62;So as suggested by randinicole you may want to provide a link to the area where you see the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>mauro30 on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1006246</link>
<pubDate>Thu, 05 Mar 2009 13:12:58 +0000</pubDate>
<dc:creator>mauro30</dc:creator>
<guid isPermaLink="false">1006246@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I use the code in single.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;&#38;lt;?php the_content(&#38;#39;&#38;lt;span class=&#38;quot;continue&#38;quot;&#38;gt;Continue Reading&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;
&#38;lt;?php wp_link_pages(array(&#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;lt;strong&#38;gt;Pages:&#38;lt;/strong&#38;gt; &#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;
&#38;#39;, &#38;#39;next_or_number&#38;#39; =&#38;gt; &#38;#39;number&#38;#39;)); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But the problem in not fixing
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1006179</link>
<pubDate>Thu, 05 Mar 2009 11:50:10 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1006179@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I believe the problem is with the theme.  That theme, in the single.php doesn't support &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_link_pages&#34;&#62;wp_link_pages()&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;In single.php, right after &#60;code&#62;the_content&#60;/code&#62; reference, you could put something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php wp_link_pages(array(&#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;lt;strong&#38;gt;Pages:&#38;lt;/strong&#38;gt; &#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;
&#38;#39;, &#38;#39;next_or_number&#38;#39; =&#38;gt; &#38;#39;number&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mauro30 on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1006176</link>
<pubDate>Thu, 05 Mar 2009 11:46:06 +0000</pubDate>
<dc:creator>mauro30</dc:creator>
<guid isPermaLink="false">1006176@http://wordpress.org/support/</guid>
<description>&#60;p&#62;MichaelH, the png showing only the plugin installed, but isn't working--using the `&#38;lt;!--nextpage--&#38;gt; in posts.&#60;/p&#62;
&#60;p&#62;when I click in any number of page of paging, always display the main page (index.php) and not the next page.&#60;/p&#62;
&#60;p&#62;That is the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>randinicole on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005991</link>
<pubDate>Thu, 05 Mar 2009 05:26:30 +0000</pubDate>
<dc:creator>randinicole</dc:creator>
<guid isPermaLink="false">1005991@http://wordpress.org/support/</guid>
<description>&#60;p&#62;LMFAO......... okay well next time I might just add an IMO ;)
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005926</link>
<pubDate>Thu, 05 Mar 2009 04:15:23 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1005926@http://wordpress.org/support/</guid>
<description>&#60;p&#62;randinicole said &#34;i doubt anyone is gonna download a theme, upload it to a server and look at it for you&#34;.  &#60;/p&#62;
&#60;p&#62;It's not as rare as you would imagine ;)
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005925</link>
<pubDate>Thu, 05 Mar 2009 04:13:01 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1005925@http://wordpress.org/support/</guid>
<description>&#60;p&#62;mauro30  you said &#34;I can't add paging navigation for my blog post.&#34; &#60;/p&#62;
&#60;p&#62;That theme comes delivered with a png showing the theme working with wp-pagenavi. So what isn't working--using the `&#38;lt;!--nextpage--&#38;gt; in posts?
&#60;/p&#62;</description>
</item>
<item>
<title>randinicole on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005812</link>
<pubDate>Thu, 05 Mar 2009 01:54:01 +0000</pubDate>
<dc:creator>randinicole</dc:creator>
<guid isPermaLink="false">1005812@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i doubt anyone is gonna download a theme, upload it to a server and look at it for you, they might not have the same problem you are having, so thats where having a link to YOUR SITE comes in handy
&#60;/p&#62;</description>
</item>
<item>
<title>mauro30 on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005803</link>
<pubDate>Thu, 05 Mar 2009 01:38:31 +0000</pubDate>
<dc:creator>mauro30</dc:creator>
<guid isPermaLink="false">1005803@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The link to download the theme everson news is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cid-647ee42592b030f9.skydrive.live.com/self.aspx/.Public/eversonnews.zip&#34;&#62;&#60;strong&#62;Theme Wordpress&#60;/strong&#62;&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks for you support.&#60;/p&#62;
&#60;p&#62;PD: I use Wordpress 2.7.1
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005715</link>
<pubDate>Wed, 04 Mar 2009 23:21:10 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1005715@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Might want to provide a link to download that theme just in case someone can address your question.
&#60;/p&#62;</description>
</item>
<item>
<title>mauro30 on "Problem with wp-pagenavi in everson news theme"</title>
<link>http://wordpress.org/support/topic/249803#post-1005669</link>
<pubDate>Wed, 04 Mar 2009 22:17:55 +0000</pubDate>
<dc:creator>mauro30</dc:creator>
<guid isPermaLink="false">1005669@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a problem with the plugin wp-pagenavi, not work with the theme Everson news, I can't add paging navigation for my blog post.&#60;/p&#62;
&#60;p&#62;Someone can help me?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
