Support

Account

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