[wordpress插件] BBWP Custom FieldsBBWP自定义字段

wordpress 插件 文章 2020-03-02 00:00 488 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

ByteBunch WP Custom Fields is a light weight plugin for WordPress developers.

ByteBunch WP自定义字段是针对WordPress开发人员的轻量级插件。

This plugin include following features.

该插件具有以下功能。

    1. Create new admin pages.
    2. 创建新的管理页面。

    3. Add Meta Boxes in custom created admin pages, Post Types, Comments and Taxonomies
    4. 在自定义创建的管理页面,帖子类型,评论和分类法中添加元框

    5. Add new Custom Post Types.
    6. 添加新的自定义帖子类型。

    7. Add new Taxonomies.
    8. 添加新的分类法。

    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.

    您可以使用标准的WordPress函数来获取此插件添加的元数据。

      1. For “Post Types” and “Pages” you can use get_post_meta($post_id, ‘meta_key’, true);.
      2. 对于“帖子类型”和“页面”,可以使用get_post_meta($ post_id,'meta_key',true);。

      3. For Taxonomies you can use get_term_meta($term_id, ‘meta_key’, true);
      4. 对于分类法,您可以使用get_term_meta($ term_id,'meta_key',true);

      5. For Users you can use get_user_meta($user_id, ‘meta_key’, true);
      6. 对于用户,您可以使用get_user_meta($ user_id,'meta_key',true);

      7. For Comments you can use get_comment_meta($comment_id, ‘meta_key’, true);
      8. 对于注释,您可以使用get_comment_meta($ comment_id,'meta_key',true);

      9. For Custom Admin Pages you can use get_option(‘key’);
      10. 对于自定义管理页面,您可以使用get_option('key');

安装步骤

    1. Upload the plugin files to the /wp-content/plugins/bbwp-custom-fields directory, or install the plugin through the WordPress plugins screen directly.
    2. 将插件文件上传到 / wp-content / plugins / bbwp-custom-fields 目录,或直接通过WordPress插件屏幕安装插件。

    3. Activate the plugin through the ‘Plugins’ screen in WordPress
    4. 通过WordPress中的“插件”屏幕激活插件

    5. Use the “Settings” link after plugin activation to configure the plugin or click on “BBWP CF” from main admin menu.
    6. 激活插件后,使用“设置”链接配置插件,或从主管理菜单中单击“ BBWP CF”。

下载地址
https://downloads.wordpress.org/plugin/bbwp-custom-fields.zip
-EOF-

AI助手支持GPT4.0