Support » Plugins » Hacks » ACF, viewing subcontent on another page

  • Hello,
    I am developing a website in wordpress and am using the Advanced Custom Fields plugin and the repeater field addon for that.

    My fields setup is like this:
    MAIN REPEATER FIELD
    REPEATER CONTENT
    Title
    Description
    etc….
    SUB REPEATER FIELD
    Title
    Description
    etc….

    The customer is requesting that the content in “SUB REPEATER FIELD should display in another page. Is there a way to do that within ACF?

    Thanks!

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I’m not familiar with ACF, but this sounds like it may have more to do with how you’re displaying the fields more than ACF itself. If you’re simply placing the fields in page content by using the [acf] shortcode, just place a page break between the content. Use <!--nextpage-->

    If the content is due to a template that uses the_field(), it gets more complicated. It’s still possible, but the coding involved may be more than you’re willing to handle.

    In any case, you should get better help from those that are ACF experts. Reach them through the ACF support site: http://support.advancedcustomfields.com/

Viewing 1 replies (of 1 total)
  • The topic ‘ACF, viewing subcontent on another page’ is closed to new replies.