[wordpress插件] CC-List-Posts抄送列表帖子

wordpress 插件 文章 2020-03-19 14:30 469 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

The CC-List-Posts plugin works out of the box.

CC-List-Posts插件可以直接使用。

There is no settings page for it.

没有设置页面。

After activation you can start using wp_list_posts function and/or shortcode with the parameters listed below.

激活后,您可以开始使用 wp_list_posts 函数和/或带有以下参数的简码。

Notice: the plugin can be used with the wp_link_pages built-in functionality if you use pagination parameter with integer value.

注意事项:如果您使用带有整数值的 pagination 参数,则该插件可以与 wp_link_pages 内置功能一起使用。

Defaults

默认值

    • before: (string)
        ,

      • 之前 :(字符串)

        • after: (string)
        ,
      • 之后 :(字符串)

      • link_before: (string) empty string,
      • link_before :(字符串)空字符串

      • link_after: (string) empty string,
      • 链接后 :(字符串)空字符串

      • type: (string) postbypost,
      • 类型 :(字符串)postbypost,

      • echo: (integer) 0,
      • 回声 :(整数)0,

      • pagination: (boolean|integer) false,
      • 分页 :(布尔值|整数)false,

      • format: (string) html
      • 格式 :(字符串)html

      • type: (string) monthly,
      • 类型:每月(字符串)

      • limit: (string) empty string,
      • 限制 :(字符串)空字符串

      • show_post_count: (boolean) false,
      • show_post_count :(布尔值)false,

      • order: (string) DESC,
      • 订单 :(字符串)DESC,

      • post_type: (string) post
      • post_type :(字符串)帖子

      Notice: plugin uses wp_get_archives function to list posts, so you can also use additional parameters.

      通知:插件使用 wp_get_archives 函数列出帖子,因此您也可以使用其他参数。

      A full list is available at WordPress codex page documentation.

      完整列表可在WordPress codex 页面文档中找到。

      wp_list_posts parameter mapped to wp_get_archives

      wp_list_posts参数映射到wp_get_archives

        • link_before: before
        • link_before :之前

        • link_after: after
        • link_after :之后

        Default usage

        默认用法

          • Function: wp_list_posts( array( 'pagination' => 50 ) )
          • 功能 wp_list_posts(array('pagination'=> 50))

          • Shortcode: [wp_list_posts pagination=50]
          • 简码 [wp_list_posts pagination = 50]

安装步骤

From your WordPress Dashboard

从您的WordPress仪表板中

    1. Go to ‘Plugins > Add New’
    2. 转到“插件>添加新内容”

    3. Search for ‘CC-List-Posts’
    4. 搜索“抄送列表帖子”

    5. Activate the plugin from the Plugin section on your WordPress Dashboard.
    6. 从WordPress仪表板上的“插件”部分激活插件。

    From WordPress.org

    来自WordPress.org

      1. Download ‘CC-List-Posts’.
      2. 下载“抄送列表帖子”。

      3. Upload the ‘CC-List-Posts’ directory to your ‘/wp-content/plugins/’ directory using your favorite method (ftp, sftp, scp, etc…)
      4. 使用您喜欢的方法(ftp,sftp,scp等)将“ CC-List-Posts”目录上传到您的“ / wp-content / plugins /”目录中

      5. Activate the plugin from the Plugin section in your WordPress Dashboard.
      6. 从WordPress信息中心的“插件”部分激活插件。

      Multisite

      多站点

      The plugin can be activated and used for just about any use case.

      可以激活该插件并将其用于几乎所有用例。

        • Activate at the site level to load the plugin on that site only.
        • 在站点级别激活以仅在该站点上加载插件。

        • Activate at the network level for full integration with all sites in your network (this is the most common type of multisite installation).
        • 在网络级别激活以与网络中的所有站点完全集成(这是多站点安装的最常见类型)。

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

AI助手支持GPT4.0