PostTypeArchiveMeta

You will be able to add data to the custom post type's archive page.

Author:Yuya Tajima ( Prime Strategy Co.,Ltd. ) (profile at wordpress.org)
WordPress version required:3.8
WordPress version tested:4.2.30
Plugin version:1.0.0
Added to WordPress repository:15-08-2015
Last updated:15-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/yuya-tajima/post_type_arch...
Total downloads:537
plugin download
Click to start download

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


ChangeLog