IT Nursery
I had a template that relied on $terms = get_terms( "ingredient", array( 'name__like' => $letter ) ); to return all posts where the custom taxonomy ingredient begins with $letter....
  • June 3, 2022
  • 0 Comments