To get a custom field named color
.
get_post_meta(get_the_ID(), 'color', true);
If you’re using the Advanced Custom Fields plugin, try
get_field('field_name');
Let me know if this helped. Follow me on Twitter, Facebook and YouTube, or 🍊 buy me a smoothie.