Ian
Support threads created in the last 30 days: 2
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
content template not working
Started by: Ian in: Toolset Professional Support |
|
2 | 7 | 4 years, 6 months ago | |
Conflict wit DIVI Overlays
Started by: Ian in: Toolset Professional Support |
|
2 | 5 | 4 years, 10 months ago | |
Append date field to title
Started by: Ian
in: Toolset Professional Support
Problem: Solution: add_action('cred_save_data','func_custom_post_title',10,2); function func_custom_post_title($post_id,$form_data) { if ($form_data['id']==1911) { $date = get_post_meta($post_id, 'wpcf-meeting-date', true); $formated_date = date("F j Y", $date); $title= 'Council Meeting - ' . $formated_date; $args = array('ID' => $post_id, 'post_title' => $title); wp_update_post($args); } } Relevant Documentation: |
|
2 | 8 | 5 years, 2 months ago | |
Pre-select form field based on user role
Started by: Ian in: Toolset Professional Support |
|
2 | 5 | 5 years, 2 months ago |