Hello,
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.
Someone can help me?
Thanks.
Hello,
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.
Someone can help me?
Thanks.
Might want to provide a link to download that theme just in case someone can address your question.
Hello,
The link to download the theme everson news is:
Thanks for you support.
PD: I use Wordpress 2.7.1
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
mauro30 you said "I can't add paging navigation for my blog post."
That theme comes delivered with a png showing the theme working with wp-pagenavi. So what isn't working--using the `<!--nextpage--> in posts?
randinicole said "i doubt anyone is gonna download a theme, upload it to a server and look at it for you".
It's not as rare as you would imagine ;)
LMFAO......... okay well next time I might just add an IMO ;)
MichaelH, the png showing only the plugin installed, but isn't working--using the `<!--nextpage--> in posts.
when I click in any number of page of paging, always display the main page (index.php) and not the next page.
That is the problem.
I believe the problem is with the theme. That theme, in the single.php doesn't support wp_link_pages().
In single.php, right after the_content reference, you could put something like:
<?php wp_link_pages(array('before' => '<strong>Pages:</strong> ', 'after' => '
', 'next_or_number' => 'number')); ?>Hello,
I use the code in single.php
<div class="entry"><?php the_content('<span class="continue">Continue Reading</span>'); ?>
<?php wp_link_pages(array('before' => '<strong>Pages:</strong> ', 'after' => '
', 'next_or_number' => 'number')); ?>
</div>
But the problem in not fixing
I'm not having that problem. I installed the theme, installed the plugin, activated the plugin, made the change to single.php and <!--nextpage--> works for me on single post pages.
So as suggested by randinicole you may want to provide a link to the area where you see the problem.
ahhhhhhhh ;) so michael is one of those people i see :P
Hello,
The blog when the eversonnews theme is installed is:
Please see that the paging post not work with the plugin wp-paguenavi.
when I click in any number of page of paging, always display the main page (index.php) and not the next page.
Thanks for you great support.
I could be wrong, but I'm not too sure wp-pagenavi was meant to be used in a recent posts section like that...
You must log in to post.