If you want to show this for every post, then you cannot pass 818 to the call. You have to do something like this:
- Code: Select all
echo get_post_meta($post->ID, 'your_field_id', false);
For the field id you have to ask your plugin author - I have no way of knowing that. You could determine it yourself from the "Custom Fields" section in the Edit Post screen (if you don't see the section, go to the top of the screen and select "Screen Options", then check "Custom Fields" there). The drop-down under "Name" will have the field id.