just bought the plugin, hopeing to have a solution to my problem.
Want to show on frontend of an elementor template dynamically 10 text fields created within a custom child taxonomy. (i dont use the fields in any archive. whatsoever)
Can create the fields via MetaTerm but than what.?
I have to go to the "get PHP code" button and put the code in the theme's functions.php file?
And then go to Elementro pro "custom code snippet" to add custom code from following page: https://docs.metabox.io/displaying-fields/#using-code
$value = rwmb_meta( $field_id, $args = [], $post_id = null ); echo $value;
By doing both steps, i cant get my field to show up. I can see the term name show up but also without step 1 it shows up.
What iam doing wrong here.?
Peter