[wordpress插件] CC Custom TaxonomyCC自定义分类法

wordpress 插件 文章 2020-03-19 12:20 494 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

CC – Custom Taxonomy is good for custom taxonomy and custom fields for taxonomy

CC –自定义分类法适用于自定义分类法和自定义字段,适用于分类法

There are two available taxonomies in WordPress, they are category and tag.

WordPress中有两种可用的分类法,它们是类别和标签。

We ourselves are able to add more taxonomies by using Custom Taxonomy function.

我们自己可以使用“自定义分类法”功能添加更多分类法。

However, sometimes, this function will be complicated and take much time.

但是,有时此功能会很复杂并且会花费很多时间。

CC Custom Taxonomy plugin made by Chuyencode team supports developers to be easier to create as many taxonomies as they want.

Chuyencode团队制作的CC自定义分类法插件支持开发人员更轻松地创建所需的分类法。

Core features:

核心功能:

    • Add as many new taxonomies as you want.
    • 根据需要添加尽可能多的新分类法。

    • Add new fields including text, text area, color picker, image, icon, switcher, Wysiwyg editor, gallery, background for each taxonomy as you want.
    • 根据需要为每个分类法添加新字段,包括文本,文本区域,颜色选择器,图像,图标,切换器,所见即所得编辑器,图库,背景。

    Docs

    文档

    Follow the steps below to see how to install and use CC Custom Taxonomy plugin

    请按照以下步骤查看如何安装和使用CC Custom Taxonomy插件

      • Step 1: Download CC Custom Taxonomy from WordPress.org, then from Dashboard => Plugins => Add New => click on Upload Plugin button to upload CC Custom Taxonomy plugin.
      • 第1步:从WordPress.org下载CC自定义分类标准,然后从仪表板=>插件=>添加新=>单击上载插件按钮以上传CC自定义分类标准插件。

      • Step 2: After upload CC Custom Taxonomy plugin successfully, from Dashboard => Plugins => installed Plugins => click on Activate button to activate this plugin.
      • 第2步:成功上传CC Custom Taxonomy插件后,从仪表板=>插件=>安装的插件=>单击“激活”按钮以激活该插件。

      • Step 3: After activating CC Custom Taxonomy plugin, CC Taxonomy will be added on the Dashboard => click on that to add new taxonomy.

      • 第3步:激活CC Custom Taxonomy插件后,CC Taxonomy将添加到仪表板=>单击该按钮以添加新的分类法。

        General tab to add new taxonomy.

        常规选项卡以添加新的分类法。

        Enter the title of a new taxonomy.

        输入新分类法的标题。

        Add Singular Name and Slug, and choose Type (category or tag) for the new taxonomy.

        添加奇异名称和子句,然后为新的分类法选择类型(类别或标签)。

        Then assign the new taxonomy for the available taxonomy..

      • 然后为可用的分类法分配新的分类法。.

      • Step 4: Add fields for the new taxonomy that you have just created.

      • 第4步:为刚创建的新分类法添加字段。

        Click on Add New Field button

        单击添加新字段按钮

        Choose an available Taxonomy from the list.

        从列表中选择一个可用的分类法。

        And choose a type for the new field (text, textarea, color picker, image, icon, switcher, Wysiwyg editor, gallery, background).

        并为新字段选择一种类型(文本,文本区域,颜色选择器,图像,图标,切换器,所见即所得编辑器,画廊,背景)。

        You can add as many fields for one taxonomy as you want.

      • 您可以根据需要为一个分类法添加任意多个字段。

      In case, if you want to call the custom fields on the frontend, please use function ccct_get_option_taxonomy($term, $option_name)

      如果要在前端调用自定义字段,请使用功能 ccct_get_option_taxonomy($ term,$ option_name)

      In which:

      其中:

      $term: term id you want to call out

      $ term:您要标注的术语ID

      $option_name: Field Singular Name in Custom Fields

      $ option_name:“自定义字段”中的字段唯一名称

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

AI助手支持GPT4.0