garyF-3
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 |
---|---|---|---|---|---|
View based on author of a woocommerce [rouct
Started by: garyF-3 in: Toolset Professional Support |
2 | 9 | 5 years, 9 months ago | ||
Creating and linking child posts to parent post
Started by: garyF-3 in: Toolset Professional Support |
2 | 6 | 5 years, 9 months ago | ||
Conditional Display of Form
Started by: garyF-3 in: Toolset Professional Support |
2 | 4 | 5 years, 9 months ago | ||
View and Filter for Taxonomy of Children Posts
Started by: garyF-3
in: Toolset Professional Support
Problem: I would like to create a View of post type "A" but filter by a field in related post type "B". Solution: Right now, it's not possible to filter by fields in related posts. The only solution is to duplicate data across posts. add_action( 'save_post', 'auto_set', 100, 3 ); function auto_set( $post_id, $post, $update ) { if( $post->post_status == 'publish' && $post->post_type =='child-post-type-slug' ) { $parent_id = toolset_get_related_post( $post_id, 'post-relationship-slug' , 'parent', array() ); $field_value = get_post_meta( $parent_id, 'wpcf-custom-field-slug', true ); update_post_meta( $post_id, 'wpcf-custom-field-slug', $field_value ); } } |
2 | 3 | 5 years, 9 months ago | ||
Repeatable fields for Products
Started by: garyF-3 in: Toolset Professional Support |
2 | 11 | 5 years, 9 months ago | ||
Shortcode to display Google Maps
Started by: garyF-3 in: Toolset Professional Support |
2 | 2 | 5 years, 9 months ago | ||
Booking System
Started by: garyF-3 in: Toolset Professional Support |
2 | 2 | 5 years, 9 months ago | ||
Pagination not showing
Started by: garyF-3
in: Toolset Professional Support
Problem: Solution: |
2 | 2 | 6 years, 7 months ago | ||
upgrading Toolset data structures
Started by: garyF-3 in: Toolset Professional Support |
3 | 13 | 6 years, 7 months ago | ||
Creating a booking system for specific times
Started by: garyF-3 in: Toolset Professional Support |
2 | 14 | 6 years, 10 months ago |