I’m a beginner and it really seems that I’m lost. Sorry if I ask silly questions.
I tried to add the code to a template file, but nothing happened.
Am I adding it to a wrong template/place?
Doesn’t seem to work if I add id or class to Settings – Custom Fields either.
I use the divi theme.
That’s the code:
</div> <!– end .et_pb_widget –><div id=”custom-field-2″ class=”et_pb_widget widget_custom_field”>
<h4 class=”widgettitle”> Director </h4>
<div class=’customvalue’>
[:fi]Gorka Gamarra [:en]Gorka Gamarra [:]
</div>
I added this to template (single.php): <p><?php _e(get_field( ‘director’, false, false )); ?></p>
Help. ??