Description
You will be able to add data to the custom post type’s archive page or all post types.
This Plugin API
Retrieve meta data field for a post type.
get_post_type_meta( $key, $post_type )
Customize
add_filter( 'post_type_archive_meta_post_types', 'func_name' ) add_filter( 'post_type_archive_meta_update_names', 'func_name' ) add_action( 'post_type_archive_meta_update_after', 'func_name' );
Related Links
Installation
- Upload the post_type_archive_meta directory to the plugins directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- You will find ‘Meta Data’ within the custom post type submenu. ( when the post type are enabled has_archive => true ). If you want to use this for all registered post types, use add_filter( ‘post_type_archive_meta_post_types’, ‘func_name’ );
Reviews
There are no reviews for this plugin.
Contributors & Developers
“PostTypeArchiveMeta” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “PostTypeArchiveMeta” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial Public Release