[wordpress插件] Aistear GA RankingAistear GA排名

wordpress 插件 文章 2020-02-13 01:40 526 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

This plug-in is to use the data obtained from Google Analytics to view the rankings of popular posts.

此插件用于使用从Google Analytics(分析)获得的数据来查看热门帖子的排名。

How to use

使用方法

    1. Enter a value in the configuration screen.

    2. 在配置屏幕中输入一个值。

    3. Add a widget.

    4. 添加小部件。

    5. If you want to use in the theme if you can view by inserting the following functions:

    6. 如果要在主题中使用,可以通过插入以下功能进行查看:

    7. If you want to customize the display, then the function is called to set the array as follows(Showing Default Values):
       

    8. 如果要自定义显示,则调用该函数以按以下方式设置数组(显示默认值):
       

      ‘ol’,
                      

      ‘ol’,
                      

      ‘container_class’ => ‘ga-ranking’,
                      

      ‘container_class’=>‘ga-ranking’,
                      

      ‘before’ => ‘

    9. ‘before’=>‘

    10. ‘,
                      

    11. ‘,
                      

      ‘after’ => ‘

    12. ‘之后’=>‘

      ‘,
                      

      ’,
                      

      ‘echo’ => ‘true’,
                  

      ‘echo’=>‘true’,
                  

      );
              

      );
              

      if (function_exists(‘aistear_ga_ranking’)) { aistear_ga_ranking( $args );

      如果(function_exists('aistear_ga_ranking')){aistear_ga_ranking($ args);

      }
          

      }
          

      ?>

      ?>

    Developer

    开发人员

安装步骤

    1. Upload aistear-ga-ranking to the /wp-content/plugins/ directory.
    2. aistear-ga-ranking 上载到 / wp-content / plugins / 目录。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件。

下载地址

https://downloads.wordpress.org/plugin/aistear-ga-ranking.1.1.zip

https://downloads.wordpress.org/plugin/aistear-ga-ranking.1.1.zip

-EOF-

AI助手支持GPT4.0