nicoleL
Support threads created in the last 30 days: 0
Favorite Forum Topics
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Turning dashes into spaces
Started by: HashimW3633
in: Types Community Support
Problem: wpv-search-term Solution: add_shortcode('dash2space', 'dash2space_func'); function dash2space_func($atts, $content){ $content = do_shortcode($content); $content = str_replace('-', ' ', $content); return $content; } 2) Use above shortcode [dash2space], like this: [dash2space] ...wpv-search-term param="type"... [/dash2space] Relevant Documentation: |
2 | 4 | 7 years, 3 months ago |
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Accessing fields from Option Pages
Started by: nicoleL in: Types Community Support |
2 | 2 | 6 years, 8 months ago | ||
Get Jquery from Advanced Custom Fields value
Started by: nicoleL in: Types Community Support |
2 | 11 | 6 years, 8 months ago | ||
Cant get View's Post ID or Title for URL Argument
Started by: nicoleL in: Types Community Support |
1 | 2 | 7 years, 9 months ago | ||
Error in Views Documentation
Started by: nicoleL in: Types Community Support |
2 | 3 | 7 years, 11 months ago | ||
Want to bring in simple data from external DB using WPDB Class
Started by: nicoleL in: Types Community Support |
2 | 5 | 7 years, 11 months ago | ||
Views to dynamically display custom field on a page being viewed by ALL viewers
Started by: nicoleL in: Types Community Support |
2 | 3 | 8 years, 1 month ago |