IT Nursery
I added meta box City and Location to my post, but when I calling the endpoint (by WP Rest API) /wp-json/wp/v2/<post_type>/<post_id> it’s not returning my meta data. I tried...
  • April 29, 2022
  • 0 Comments
IT Nursery
I’m using custom fields to pull a secondary description. I’d like to use the built in WordPress truncate but can’t seem to figure it out. $desc = get_post_meta($post->ID, "youtube-desc",...
  • April 27, 2022
  • 0 Comments