Linux 软件免费装
Banner图

CS Likes Counter

开发者 bykaVBS
更新时间 2018年11月12日 23:28
捐献地址: 去捐款
PHP版本: 3.9 及以上
WordPress版本: 4.7.4
版权: GPLv2

标签

likes dislikes likes counter

下载

1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6

详情介绍:

Counter allows you to count the likes and dislikes. Counting is carried out using AJAX. Limitation of cheating over IP (from one IP can vote with 10 minutes intervals). Usage Simply place the template single.php function call inside the loop Or use ID of post, if function call outside the loop To obtain the number of likes, use the function: To obtain the number of dislikes, use the function:

安装:

  1. Upload cs-likes-counter directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Place <?php echo CS_Likes::show_buttons_like(); ?> function in your template inside the loop
or
  1. Install plugin directly in WordPress through the Plugins, Add New -> Search panel
  2. Search for CS Likes Counter
  3. Place <?php echo CS_Likes::show_buttons_like(); ?> function in your template inside the loop

常见问题:

I'm having issues getting the plugin to work what should I do?

See the FAQs page for a detailed rundown of common issues

更新日志:

1.0 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 Example 1: CS_Likes::show_buttons_like('', true) for display inside post loop Example 2: CS_Likes::show_buttons_like($post_id, true) for display outside post loop