Description
ByteBunch WP Custom Fields is a light weight plugin for WordPress developers. This plugin include following features.
- Create new admin pages.
- Add Meta Boxes in custom created admin pages, Post Types, Comments and Taxonomies
- Add new Custom Post Types.
- Add new Taxonomies.
Please visit “Screenshots” section to learn how this plugin works.
You can use standard WordPress functions to get the meta data added by this plugin.
- For “Post Types” and “Pages” you can use get_post_meta($post_id, ‘meta_key’, true);.
- For Taxonomies you can use get_term_meta($term_id, ‘meta_key’, true);
- For Users you can use get_user_meta($user_id, ‘meta_key’, true);
- For Comments you can use get_comment_meta($comment_id, ‘meta_key’, true);
- For Custom Admin Pages you can use get_option(‘key’);
Screenshots
Installation
- Upload the plugin files to the
/wp-content/plugins/bbwp-custom-fieldsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the “Settings” link after plugin activation to configure the plugin or click on “BBWP CF” from main admin menu.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BBWP Custom Fields” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BBWP Custom Fields” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.




