Support

Account

Home Forums Add-ons Flexible Content Field Pagination Reply To: Pagination

  • Hi @pixaro

    I have not yet tested this, but have a feeling that you could make it work as expected.

    You can hook into the WYSIWYG value through the filter called ‘acf_the_content’. This is a replica of the already WP documented ‘the_content’ filter.

    Using this, you could use some PHP to look for and explode the value based on ‘‘. Then, using a the current paged query parameter, you could customize which part you return as the value.

    Hope that helps

    Thanks
    E