This plugin is outdated and might not be supported anymore
Pods Auto-Display

Pods Auto-Display

Details
View on WordPress

This simple plugin displays a Pod’s custom fields at the bottom of a custom post type. It works by filtering the_content, so it should work with any theme or template.

Needless to say, it requires the Pods Framework plugin to be installed.

You have the option to enable the plugin for certain pods, and to specify which fields should be automatically displayed. The plugin will look for a Pods template with the name (pod-name)detail. This name is editable with a filter: pods_auto_display_template_name(post_type). If that template is found, it will be displayed under the post content.

If the template is not found, the plugin will create an unordered list under the post content. Each list item has the field label in bold, followed by the field value. Empty values will not be displayed. All of the output is filtered, so you could change it to print a table if you wanted to.

Details

Plugin code:
pods-auto-display
Plugin version:
0.4.1
Outdated:
Yes
WP version:
3.0.1 or higher
PHP version:
or higher
Test up to WP version:
3.7.41
Total installations:
10
Last updated:
2013-11-20
Rating:
Times rated:
1
custom-post-types
filter
pods