benE-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Drag and drop field order for repeating field group not saved
Started by: benE-2 in: Toolset Professional Support |
2 | 11 | 6 years, 1 month ago | ||
Drag and drop field order for repeating field group not saved
Started by: benE-2 in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
Query Repeating Field Group values in order
Started by: benE-2
in: Toolset Professional Support
Problem: Solution: You can use Types post relationship API function 'toolset_get_related_posts' in order to get repeating field group items. For example: $child_columns = toolset_get_related_posts( $post->ID, // the parent post 'columns-layout', // the RFG slug 'parent', // the RFG role in this relationship is 'child' 100, // the maximum number of results 0, // the offset array('meta_key'=>'toolset-post-sortorder'), // additional query arguments 'post_object', // return format 'child', // role to return 'meta_value_num', 'ASC' ); You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 7 | 6 years, 4 months ago | ||
Conditions for Repeating Field Group
Started by: benE-2 in: Toolset Professional Support |
3 | 4 | 6 years, 4 months ago |