I have a custom post type called "Tax Sales" with a custom field called "Tax Sales Date" (it's a date field). I would like to query all posts from that custom post type with a tax sale date that is older than today and from the current year.
Solution:
You can follow WP document to setup your custom PHP codes:
The customer asked how to force the Toolset's "Container" block to cover full-screen width when using the Divi theme.
Solution:
Informed that the Divi theme wraps the content area inside a fixed-width wrapper/box. To force specific "Container" blocks to cover full-screen width, a custom class "full-screen" can be added to that block, after including some custom CSS:
The customer had a 'checkboxes' type custom field and wanted to show/hide some other single-line fields, based on those checkboxes.
Solution:
Guided that conditional display of custom fields is not supported for the values coming from the "checkboxes" type field. So a "checkbox" type field for each checkbox/option would need to be added, separately, which can then control the display of other custom fields.