Home › Forums › Add-ons › Repeater Field › Advanced Custom Repeater Field Page Navigation › Reply To: Advanced Custom Repeater Field Page Navigation
Yes the front page is set as static.
Also I have tested below code with (EP_ROOT, EP_PERMALINK, EP_PAGES, EP_ALL) but it doesn’t work 🙁
function productpage_rewrite_endpoint(){
global $wp_rewrite;
add_rewrite_endpoint(‘productpage’, EP_ALL);
$wp_rewrite->flush_rules();
}
add_filter(‘init’, ‘productpage_rewrite_endpoint’);
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.