PostTypeArchiveMeta
You will be able to add data to the custom post type's archive page.
Maintenance 20/1003792d since update
Active installs
0
Downloads
768
Reviews
0
Age
10.4y
Tagspost types archive
Plugin info
Total downloads: 768
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 8/15/2015 (3792 days ago)
Added to WordPress: 8/15/2015 (10 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 4.2.39
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3792 days ago
20/100
Is PostTypeArchiveMeta abandoned?
Possibly abandoned (last update 3792 days ago).
Compatibility
Requires WordPress: 3.8
Tested up to: 4.2.39
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
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’ );
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
1.0.0
- Initial Public Release