There was a problem with the navigation on the site. She simply does not have. And I tried to connect my own, and with the help of plug-ins and without, in any. Any changes in the right place are displayed, but the navigation is not. The site did not me. Thank.
Update
<?php get_header(); ?> <!-- #blocks-wrapper--> <div id="blocks-wrapper" class="clearfix"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <!-- /blocks Left--> <div id="blocks-left" <?php post_class('eleven columns');?>> <!-- .post-content--> <div class="post-content"> <!--/.post-outer --> <div class="post-outer clearfix"> <!--.post-title--> <div class="post-title"><h1 class="entry-title"><?php the_title(); ?></h1></div> <!--/.post-title--> <!-- .post_content --> <div class = 'post_content entry-content'> <div> </div> <?php the_content(); ?> <div class="clear"></div> </div> <!-- /.post_content --> <?php wp_link_pages(); ?> <div class='clear'></div> </div> <!--/.post-outer --> </div> <!-- post-content--> <?php comments_template(); ?> <?php endwhile; ?> <?php endif; ?> </div> <!-- /blocks Left -or -right --> <?php get_sidebar(); ?> <?php get_footer(); ?>
The code of the page on which you need navigation, and tried to implement it as a plug-in with all sorts and without them. After installing the plugin, it tells me to call the navigation function on the desired page, but no changes.
Update
var_damp($wp_query->max_num_pages);
result
int(0)
What is the problem?