Wp Page Numbers kurdum ama temanın index.php sinde nereyi editleyeceğim tam anlamadım bilen bi arkadaş yardım ederse sevinirim eklentini üzerine yazmışlar sanırım ama ben anlamadım ing. olduğu icin

kullandığım sürüm: 2.8.2
eklenti uyumludur inşallah 2.8.2 ile

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>");