IT Nursery
i have been using this code to get all fields from a specific group: <?php $GroupOrPostSlug = 'acf_specialgroup'; //or insert the ID of your fields Group. $groupID=''; global $wpdb;...
  • April 25, 2022
  • 0 Comments
IT Nursery
I have a custom taxonomy of “crb_issues” that has a custom field associated with it that is “issue_date” which outputs a date value for each term to looks a...
  • April 25, 2022
  • 0 Comments