الوصف
Resume
Count the number of posts views and display a list in a widget. Possibility to display thumbnails.
Translations
- English
- French
- Spanish
لقطات الشاشة
التنصيب
This section describes how to install the plugin and get it working.
Install and activate
-
Upload and unzip wp-posts-most-read.zip and download the directory in to the ‘/wp-content/plugins/’ directory of your website
-
Activate the plugin through the ‘Plugins’ menu in WordPress
Display The List
-
Two way to to display the list – number 2 or 3
-
Use the Widget Page
-
Insert this code anywhere in your template :
global $PMRposts; if(method_exists(‘PMRposts’,’PMR_displaypostsmostread’)) $PMRposts->PMR_displaypostsmostread();
الأسئلة المتكررّة
- 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