Home › Forums › Add-ons › Repeater Field › Pagination on an Advanced Custom Fields Repeater Stopped Working › Reply To: Pagination on an Advanced Custom Fields Repeater Stopped Working
Fix below. Working with WordPress 5.8:
Default WordPress permalink pagination structure is /example/page/number/, so You should change ‘base’ variable to:
‘base’ => get_permalink() . ‘page/%#%’ . ‘/’,
After that You can go to WordPress -> Settings -> Permalinks and click save to refresh permalinks structure.
You will see working pages which load correct fields with pages structure as:
/example/page/2/, /example/page/3/ ….
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.