• Resolved sawnyahinabox

    (@sawnyahinabox)


    I have a website I am making for a client. This is the URL I am asking about today:

    http://pbmedia.co.za/mindset/wordpress/news/

    If you scroll to the bottom you will see the pagination links, they have not been styled yet. If I click on them they go to non-existing pages? Or some weird page?

    Is there something I am missing?
    I have a custom theme, a page-news.php and in here I use the following code:

    <?php if(function_exists('pagenavi')) { pagenavi(); } ?>

    Any help will be appreciated.
    Thank you.

    http://wordpress.org/plugins/wp-pagenavi/

Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Your theme doesn’t have <?php wp_head(); ?> in the header.php and <?php wp_footer(); ?> in the footer.php

Viewing 1 replies (of 1 total)
  • The topic ‘PageNavi goes to a non-existing page?’ is closed to new replies.