I created a custom post type. Then I created custom fields for the post type. No matter what I do, the values I input into those fields don't show up on my site.
I've tried multiple variations of pretty much this:
$value = rwmb_meta( $field_id );
echo $value;
Nothing.
I have poured over topics here. I've memorized the documentation for displaying custom fields. I"m just totally lost.