Home › Forums › General Issues › WP-PageNavi › Reply To: WP-PageNavi
Hi Elliot,
at the moment I don’t know if it’s a real bug or a bug in programming, so an example with WP-PageNavi installed and integrated in page template:
sample text:
site 1
<!--nextpage-->
site 2
<!--nextpage-->
site 3
sample text after clicking html button:
<p>site 1</p>
<p><!--nextpage--></p>
<p>site 2</p>
<p><!--nextpage--></p>
<p>site 2</p>
correct result in frontend if you put it in wp standard content field:
site 1
Pages: 1 2 3
result in frontend if you put it eg. in ACF WYSIWYG field:
site 1
site 2
site 3
I use normal code in template to output acf field like this:
<?php the_field("pagenavi-site");?>
Grettings,
Svenni
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.