09/23/2014 at 2:58 pm
#304878
Participant
<?php echo $entry->getMeta( array( 'key' => 'specialization', 'single' => TRUE ) ); ?> isn’t working. Nothing writes to the page.
I checked <?php echo 'something'; ?> just to make sure it isn’t something about where I put it, that works.
If it’s possible to use something like the code above (which is like adding the output from a custom field to a regular wp template), that would be VERY helpful. I’m not a developer, and getting into modifying output with CLASSes and filters is a lot to figure out. Also, it makes it possible to add another custom field to a different section of the template if we need to later on.
Thanks, Susan
