[wordpress插件] BNS Site DataBNS网站数据

wordpress 插件 文章 2020-03-08 07:50 497 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Display various site statistics (read: counts) such as: posts, pages, categories, tags, comments, and attachments.

显示各种站点统计信息(读取:计数),例如:帖子,页面,类别,标签,评论和附件。

Each site statistic can be toggled via a checkbox in the widget option panel.

可以通过小部件选项面板中的复选框切换每个站点统计信息。

* Copyright 2012-2015 Edward Caissie (email : edward.caissie@gmail.com)

*版权所有2012-2015爱德华·凯西(电子邮件:edward.caissie@gmail.com)

This program is free software;

该程序是免费软件;

you can redistribute it and/or modify
  

您可以重新分发和/或修改
  

it under the terms of the GNU General Public License version 2,
  

它遵循GNU通用公共许可证版本2的条款,
  

as published by the Free Software Foundation.

由自由软件基金会发布。

You may NOT assume that you can use any other version of the GPL.

您可能不会假定您可以使用任何其他版本的GPL。

This program is distributed in the hope that it will be useful,
  

分发该程序是希望它会有用,
  

but WITHOUT ANY WARRANTY;

但没有任何保证;

without even the implied warranty of
  

甚至没有
的暗示保证  

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

特定目的的适销性或适用性。

See the
  

参见
  

GNU General Public License for more details.

GNU通用公共许可证以获取更多详细信息。

You should have received a copy of the GNU General Public License
  

您应该已经收到了GNU通用公共许可证的副本
  

along with this program;

与该程序一起;

if not, write to the Free Software
  

如果没有,请写信给免费软件
  

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

美国,马萨诸塞州波士顿,富兰克林街51号,基金会基金会,邮政编码02110-1301

The license for this software can also likely be found here:
  

此软件的许可证也可以在以下位置找到:
  

http://www.gnu.org/licenses/gpl-2.0.html

http://www.gnu.org/licenses/gpl-2.0.html

安装步骤

Under the Plugins |

在插件下|

Add New menu item:

添加新菜单项:

    • Using Search: look for “BNS Site Data” and click the install link, or
    • 使用搜索:查找“ BNS网站数据”,然后单击安装链接,或者

    • Using Upload: locate the archive file from your desktop and click the “Upload Now” button
    • 使用上传:在桌面上找到存档文件,然后点击“立即上传”按钮

    Read this article for further assistance: http://wpfirstaid.com/2009/12/plugin-installation/

    阅读此文章以获取更多帮助:http://wpfirstaid.com/2009/12/plugin-installation/

    Shortcode: bns_site_data

    简码:bns_site_data

    Parameters are very similar to the plugin:

    参数与插件非常相似:

      • ‘posts’ => true,
      • “帖子” =>是,

      • ‘pages’ => true,
      • “页面” =>是,

      • ‘categories’ => true,
      • “类别” =>是,

      • ‘tags’ => true,
      • “标签” =>是,

      • ‘comments’ => true,
      • “评论” =>是,

      • ‘attachments’ => true,
      • “附件” =>是,

      NB: Use the shortcode at your own risk!

      注意:使用短代码需要您自担风险!

下载地址
https://downloads.wordpress.org/plugin/bns-site-data.0.4.3.zip
-EOF-

AI助手支持GPT4.0