Burayı tercüme edecek varmı arkadaşlar ?
sanırım burda gizli olay


Add the code where you find previous_post() and next_post() functions. If you can't find these tags, place the code between endwhile; and endif; in the_loop.

Code to add in your theme
<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>

Advanced (optional) settings

Syntax: wp_page_numbers($start, $end);

Example: wp_page_numbers("<div class='start'>", "</div>");