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.
Can you please check that if you choose to store custom fields in a custom table? Please go to Settings tab in the MB Builder (I guess you're using it), and scroll to bottom to see if the checkbox for custom table is checked.