Home › Forums › General Issues › Sort by customfield (price) › Reply To: Sort by customfield (price)
I mean when you go to the page 2 your sorting breaks
here is your code of paginator
<div class="pagination"><span class="XY">Seite 1 von 2</span><span class="current">1</span><a href="http://www.naehmaschinekaufen.de/websites/new/wordpress/alle-tests/page/2/" class="inactive">2</a></div>
it should be
for example
<div class="pagination"><span class="XY">Seite 1 von 2</span><span class="current">1</span><a href="http://www.naehmaschinekaufen.de/websites/new/wordpress/alle-tests/page/2/?sort=preis&order=asc" class="inactive">2</a></div>
when you generate page links add ordering to them
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.