Tell us what you are trying to do?
I’ve read an article: https://toolset.com/forums/topic/view-all-repeater-fields-of-all-cpt-posts/
I wanted to list all repeater fields from a custom post type (all posts). I see it’s not possible in above article. I would like to know if there is any suggested way to migrate repeater fields into custom post type.
Is there any documentation that you are following?
See above.
Is there a similar example that we can see?
See above.
What is the link to your site?
Hello. Thank you for contacting the Toolset support.
You can obviously display the repeating field group but if you want to display is on any page or within the view then in that case you will require to use the Classic views instead of block view.
if you can tell me where exactly you want to display the repeating field group fields then I can guide you in the right direction.
Let me explain more.
This is my CPT (music): hidden link
This is a single CPT (music): hidden link
In single music, I have a repeater field for title and audio (mp3 file). In the above example, it has 3 mp3 music.
I want to create a list page to list ALL music CPT's repeater fields (mp3 files).
It will be like:
- music 1 mp3 file 1
- music 1 mp3 file 2
- music 2 mp3 file 1
- music 3 mp3 file 1
- music 3 mp3 file 2
- ... and so on
I read the article and it seems it's not possible, so I would like to know if there's a way to migrate the repeater field data (title and file URL) to a new CPT.