A
A
Andr2015-10-31 21:48:48
css
Andr, 2015-10-31 21:48:48

What needs to be done to make page switches work?

Here is how the page switcher is not working.
010320c1ba7a4accbf148bb6894c1c5c.PNG
if I add one more news, then everything moves out. And could you explain the system itself, how these switches work?
66156b0bc9cf488ca8644d6b7e16968d.PNG

</div>
        <div class="dalee">
        <ul><li><a href="<?php the_permalink(); ?>">Продолжение<a href="#"></li></ul>
        </div>
        <div class="news_blog"></div>

  <?php endwhile; ?>
  <nav id="<?php echo $html_id; ?>" class="navigation" role="navigation">
    <?php if ( function_exists( 'wp_pagenavi' ) ) wp_pagenavi(); ?>
</nav><!-- #<?php echo $html_id; ?> .navigation -->
  <?php else: ?>
  <?php endif; ?>

}
.navigation {
  margin-left: 300px;
  margin-top: 20px;
}

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Bukreev, 2015-10-31
@denisbookreev

To explain how it works, you need to know your level of knowledge.
Yes, and apply some code, for decency, otherwise no one will answer you like that

A
Alexander Pupkin, 2015-10-31
@sakrab

Well, there is no such thing as a views plugin? Or something to work with blocks, fields, pages. For example, in Drupal, through views, you can display how many news you need on the main page and there will be these switching numbers.

A
Alexander, 2015-11-01
@2gud

dimox.name/wordpress-pagination-without-a-plugin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question