Hello.
I want to customize next/previous posts links pagination to this structure:
<!--PAGINATION-->
<a href="#prev_post_link#" id="pagePrev" class="button"><span>« Önceki</span></a>
<a href="#next_post_link#" id="pageNext" class="button"><span>Sonraki »</span></a>
<!--/PAGINATION-->
So i want to echo just next/previous post link to #prev_post_link#
and #next_post_link#
for building custom next/prev pagination.