Forums

[resolved] Prev/Next not showing up (2 posts)

  1. Alessandro Muraro
    Member
    Posted 10 months ago #

    Hello hiys, I am having weird issues with a theme I am developing... first, I couldnt see any post if I didn't add

    <?php query_posts('post_type=post') ?>

    before the loop. Can't see any reason for that, as the issue persisted even when switching theme O___o

    then, i couldnt call the prev/next page code

    this one didnt work:

    <?php posts_nav_link() ?>

    yet this one did:

    <?php previous_post_link(); ?> | <?php next_post_link(); ?>

    Why does my WordPress think I am on a single page?
    Any help?
    Thx!

  2. Alessandro Muraro
    Member
    Posted 10 months ago #

    Sorry it was my mistake
    posts in home were set to a high number

Reply

You must log in to post.

About this Topic