Pagination

Latest Reply from karlakwist12 at 2012-12-07 01:32:26

Hi.

I try to load pagination area in my site on ForRealty themes, but it doesn't work.
Could you tell me how turn on it?

If it is necessary, I can use one of Wordpress pagination plugins, for example: WP-PageNavi.

Thank you for help.

emdomain

Hi, Emdomain!
Pagination works by default in themes. Check your WordPress settings at Settings->Reading->"Blog pages show at most" in your dashboard. Possible number of posts in your blog less than the number displayed on one page.

Hi.

Thank you for swift response.
You are right. It works properly with categories-pages, but with tag-pages pagination doesn't exist. Could you tell me, how can I set it on tag-pages?

Thanks.

emdomain

Hi!

You can include pagination in tag-pages just adding string
<?php get_template_part('navigation'); ?>
after
<?php get_template_part('theloop'); ?>
in tag.php

Hi.

It works.
Thank you very much, Administrator.

emdomain

Leave a reply

Add codeAdd image