09/12/2014 at 3:49 pm
#303778
Participant
Autop: found the problem, it was a setting in another plugin. Thanks!
Custom Fields: I enabled them and have added a field to the entries. It’s just a single text field. Can I add it to the templates with the code I would use to add a custom field to any other page template? <?php echo get_post_meta($post->ID, 'key', true); ?>