kodlarım :
<?php$next_post = get_next_post();if (!empty( $next_post )): ?> <a style="float:right" class="button" href="<?php echo esc_url( get_permalink( $next_post->ID ) ); ?>" > Sonraki Bölüm</a><?php endif; ?> <?php$prev_post = get_previous_post();if (!empty( $prev_post )): ?><a style="float:left" class="button" href="<?php echo esc_url( get_permalink( $prev_post->ID ) ); ?> " > Önceki Bölüm</a><?php endif; ?>