このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Name: WP Posts Most Read

説明

Resume

Count the number of posts views and display a list in a widget. Possibility to display thumbnails.

Translations

  • English
  • French
  • Spanish

スクリーンショット

  • screenshot-1.jpg

  • screenshot-2.jpg

インストール

This section describes how to install the plugin and get it working.

Install and activate

  1. Upload and unzip wp-posts-most-read.zip and download the directory in to the ‘/wp-content/plugins/’ directory of your website

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Display The List

  1. Two way to to display the list – number 2 or 3

  2. Use the Widget Page

  3. Insert this code anywhere in your template :

global $PMRposts; if(method_exists(‘PMRposts’,’PMR_displaypostsmostread’)) $PMRposts->PMR_displaypostsmostread();

FAQ

No Question Yet

評価

このプラグインにはレビューがありません。

貢献者と開発者

Name: WP Posts Most Read はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Name: WP Posts Most Read” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

Small code changes and optimisations

1.1

Problem with Directory Name which was different in wordpress repository and on author website. Read the installation guide.

1.0

First Stable Public Version