This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

PostTypeArchiveMeta

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

  1. Upload the post_type_archive_meta directory to the plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. 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.

Contributors

Translate “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