Forums

Problem with wp-pagenavi in everson news theme (14 posts)

  1. mauro30
    Member
    Posted 8 months ago #

    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.

  2. MichaelH
    moderator
    Posted 8 months ago #

    Might want to provide a link to download that theme just in case someone can address your question.

  3. mauro30
    Member
    Posted 8 months ago #

    Hello,

    The link to download the theme everson news is:

    Theme Wordpress.

    Thanks for you support.

    PD: I use Wordpress 2.7.1

  4. randinicole
    Member
    Posted 8 months ago #

    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

  5. MichaelH
    moderator
    Posted 8 months ago #

    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?

  6. MichaelH
    moderator
    Posted 8 months ago #

    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 ;)

  7. randinicole
    Member
    Posted 8 months ago #

    LMFAO......... okay well next time I might just add an IMO ;)

  8. mauro30
    Member
    Posted 8 months ago #

    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.

  9. MichaelH
    moderator
    Posted 8 months ago #

    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')); ?>
  10. mauro30
    Member
    Posted 8 months ago #

    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

  11. MichaelH
    moderator
    Posted 8 months ago #

    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.

  12. randinicole
    Member
    Posted 8 months ago #

    ahhhhhhhh ;) so michael is one of those people i see :P

  13. mauro30
    Member
    Posted 8 months ago #

    Hello,

    The blog when the eversonnews theme is installed is:

    http://evintersa.com/

    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.

  14. MichaelH
    moderator
    Posted 8 months ago #

    I could be wrong, but I'm not too sure wp-pagenavi was meant to be used in a recent posts section like that...

Reply

You must log in to post.

About this Topic