fred-r.M
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 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
How to show futures dates – each on one line?
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 3 | 4 years ago | |||||||||
How to get the values of a date field?
Started by: fred-r.M
in: Toolset Professional Support
Problem: I would like to get the values of a repeating date custom field, and output a custom data structure including the formatted dates. Solution:
Note that the Types field slug includes a wpcf- prefix here. This will return an array of date values in Unix timestamp format. To get a single field value, like the number of tour nights, you can use get_post_meta again like so:
Once you have those values, you can loop over the repeating values and create your own array of information to output. You'll need a way to format dates based on Unix timestamps. You can use PHP's date function for this. For example, to format a date like 2021-08-31 from a Unix timestamp like 1630368000, you can use the date function like so:
If you want to calculate a date in the future based on the start date and number of nights, you can use the number of seconds in a day (60 seconds per minute * 60 minutes per hour * 24 hours per day) in your PHP calculations, then format the end date:
Relevant Documentation: |
|
2 | 6 | 4 years, 2 months ago | |||||||||
How to "connect" a post type (listing) with "super user" / member?
Started by: fred-r.M in: Toolset Professional Support |
|
3 | 4 | 4 years, 6 months ago | |||||||||
How to translate "strings" in custom code?
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 15 | 4 years, 6 months ago | |||||||||
How to add a reCaptcha field in the expert mode?
Started by: fred-r.M
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 3 | 4 years, 6 months ago | |||||||||
Showing post titles as select dropdown in views search form
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 11 | 4 years, 7 months ago | |||||||||
those reviews not showing "automatically" respectively after publishing the review on the tour
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 10 | 4 years, 10 months ago | |||||||||
I just need to do some design stuff
Started by: fred-r.M
in: Toolset Professional Support
Problem: on each tour post, and showing only those related review posts. Solution: The reference field is based on one-to-many relationship, so in a single "cycling-tour" post, you can create a post view: - Query reviews posts - Filter by post relationship between "cycling-tour" and "reviews", the relationship name is same as your custom reference field. - In view's loop, display the "reviews" post information Relevant Documentation: |
|
2 | 13 | 4 years, 10 months ago | |||||||||
I have a cred form and like to have in a select field other CPT title and post i
Started by: fred-r.M
in: Toolset Professional Support
Problem: In a CRED form I have a select field, where I like to have title and post id populated from another CPT we have. Solution: You just need to setup a reference field. Then put above reference field into your post form, it should be able to display as a select field, Relevant Documentation: |
|
3 | 7 | 4 years, 11 months ago | |||||||||
How to code and get field value from a category
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 5 | 4 years, 11 months ago | |||||||||
Custom fields not showing in the custom post type
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 3 | 4 years, 11 months ago | |||||||||
How to php code to get a specific field
Started by: fred-r.M in: Toolset Professional Support |
|
3 | 7 | 5 years, 4 months ago | |||||||||
We like to have an image slider, and need the best approach
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 5 | 5 years, 5 months ago | |||||||||
If a user choose a category or anything in the search form, it not shows correct
1
2
Started by: fred-r.M in: Toolset Professional Support |
|
2 | 23 | 5 years, 6 months ago | |||||||||
Need to create a shortcode function, with “echo” content out
Started by: fred-r.M
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 16 | 5 years, 6 months ago |