Title: Popularity Posts Widget
Author: ILLID
Published: <strong>2013 年 1 月 27 日</strong>
Last modified: 2013 年 3 月 24 日

---

搜尋外掛

![](https://ps.w.org/popularity-posts-widget/assets/banner-772x250.png?rev=662569)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/popularity-posts-widget_ffffff.svg)

# Popularity Posts Widget

 由 [ILLID](https://profiles.wordpress.org/mihail-barinov/) 開發

[下載](https://downloads.wordpress.org/plugin/popularity-posts-widget.1.13.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/popularity-posts-widget/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/popularity-posts-widget/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/popularity-posts-widget/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/popularity-posts-widget/#developers)

 [技術支援](https://wordpress.org/support/plugin/popularity-posts-widget/)

## 外掛說明

Want something to say – write me to _mih.barinov at gmail dot com_

This plugin allows you to show your most popular posts as a widget on your blog!

#### Main Features

 * **Time Range** – You can choose a specific time range (today, last 7 days, last
   30 days, all time) to sort youre posts and know the most popular of them within
   that period
 * **Flexibel Display Settings** – How many posts to display? Whats the posts title
   length must be? Should views, comments or dates displayed in every post in list?
   To all this quastions you can answer witch help of flexible widget settings!
 * Display a **thumbnail** of your posts!
 * **Categories Filter** – Should youre posts displays from all categories or only
   from specific one?
 * **Easy to Change CSS Styles** – ppw.css file in youre full possession. Do with
   him all what you want!
 * **Shortcode and Template tag support** – use the [ppw] shortcode or _ppw\_get\
   _popular\_posts()_ template tag to showcase your most popular posts. For detail
   information, please refer to the [faq section](https://wordpress.org/extend/plugins/popularity-posts-widget/faq/).

### To-Do List

This is the list of some features, that I planning to add in next versions of plugin.
Please [donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GSE37FC4Y7CEY)
to help me make all this things.

 * New styles for plugin.
 * Unique visitors filter.
 * Compatibility with caching plugins (such as WP Super Cache/W3 Total Cache).
 * Compatibility for external images.

If you have some other suggestions you can mail me to _mih.barinov at gmail dot 
com_.

## 螢幕擷圖

 * [[
 * Popularity Posts Widget witch thumbnails
 * [[
 * Popularity Posts Widget on theme’s sidebar
 * [[
 * Popularity Posts Widget settings

## 安裝方式

 1. Upload `popularitypostswidget` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Enable the Widget through the Appearance –> Widgets tab.
 4. Edit the widget Settings in your widget Administration Panel.

## 常見問題集

  How does this work?

It stores the user details every time a post is viewed, the totals are incremented
so it will show the posts with the most hits in the widget.

  Why are no posts displaying when I use the widget?

99% of the time this is because no posts have been visited yet. Simply click on 
a blog post to read it on your blog and it will display in the list of most popular
posts.

  How does Popularity Posts Widget select my posts thumbnails?

First of all plugin will try and use the Featured Image you have selected for each
of your posts and use it to create a thumbnail. If none is set, Popularity Posts
Widget will search for fist image of each post to create thumbnails. If there is
no images in youre post, then “no_photo” image will be used instead.

  I want help you to translate this plugin into my language. How can I do this?

Simple take PO file from languages folder and translate it into youre language witch
help of some programs, such as [Poedit](http://www.poedit.net/). Then send me youre
PO and MO files to _mih.barinov at gmail dot com_.

  Can I request a feature?

Yes, please do so on the WordPress support forum for the plugin. I will consider
it and if I feel it is worth adding, I will schedule it for a future release.

  How can I use shortcode or template tag?

You can use shortcode [ppw] for showing most popular posts in youre pages or posts.
It can be used with some options, that you can see below, or without them (in this
case will be used defaults ones).

_Usage:_

    ```
    [ppw]

    [ppw range=all stats_views=1]
    ```

If you can’t or don’t want to use widget – _ppw\_get\_popular\_posts()_ template
tag is for you. Like and shortcode, it can be use with options or without them.

_Usage:_

Without any parameters:

    ```
    <?php if (function_exists('ppw_get_popular_posts')) ppw_get_popular_posts(); ?>
    ```

Using parameters:

    ```
    <?php if (function_exists('ppw_get_popular_posts')) ppw_get_popular_posts("range=all&stats_views=1"); ?>
    ```

_Here is the list of available options:_

    ```
    Parameter             Description                            Possible values  

    *head.................Sets a heading for the list............Text string
    *range................Time period for sorting: all time,.....'all'(default),
    *.....................last week, last month, today...........'weekly','monthly','today'
    *limit................Maximum number of posts to show........Positive integer
    *title_length.........Short each post title to 'n'...........Positive integer
    *.....................characters.............................
    *stats_comments.......Show comment count(1) or don't.........1 (true), 0 (false)
    *.....................show(0) for each post..................   
    *stats_views..........Show views count(1) or don't...........1 (true), 0 (false)
    *.....................show(0) for each post..................   
    *stats_date...........Show date(1) or don't show(0)..........1 (true), 0 (false)
    *.....................for each post..........................
    *stats_date_format....Sets the date format(example:..........Text string
    *.....................'F j, Y', 'Y/m/d', 'm/d/Y')............
    *category.............If set, plugin will retrieve...........Text string
    *.....................all entries that belong to the......... 
    *.....................specified category(ies) ID(s)..........
    *thumbnail_width......If set, will display thumbnails........Positive integer
    *.....................for each post. This attribute.......... 
    *.....................sets the width for thumbnails..........
    *thumbnail_height.....If set, will display thumbnails........Positive integer
    *.....................for each post. This attribute..........
    *.....................sets the height for thumbnails.........
    ```

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Popularity Posts Widget〉的開發相關工作。

參與者

 *   [ ILLID ](https://profiles.wordpress.org/mihail-barinov/)

[將〈Popularity Posts Widget〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/popularity-posts-widget)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/popularity-posts-widget/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/popularity-posts-widget/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/popularity-posts-widget/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/popularity-posts-widget/)。

## 變更記錄

#### 1.13

 * Add shortcode and template tags support
 * New features for cat filter
 * Some small fixes in code

#### 1.12

 * Another fix of categories filter. Now it must work proper

#### 1.11

 * Fix bug in categories filter
 * Fix some issues witch thumbnails

#### 1.10

 * Thumbnail feature added
 * New file – uninstall.php, that clear all generated data when delet plugin

#### 1.00

 * First Release

## 中繼資料

 *  版本 **1.13**
 *  最後更新 **13 年前**
 *  啟用安裝數 **300+**
 *  WordPress 版本需求 ** 3.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.5.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/popularity-posts-widget/)
 * 標籤:
 * [blog](https://tw.wordpress.org/plugins/tags/blog/)[post](https://tw.wordpress.org/plugins/tags/post/)
   [posts](https://tw.wordpress.org/plugins/tags/posts/)[widget](https://tw.wordpress.org/plugins/tags/widget/)
   [widgets](https://tw.wordpress.org/plugins/tags/widgets/)
 *  [進階檢視](https://tw.wordpress.org/plugins/popularity-posts-widget/advanced/)

## 評分

 4.3 星，滿分為 5 星

 *  [  5 個 5 星使用者評論     ](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/?filter=5)
 *  [  1 個 4 星使用者評論     ](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/?filter=2)
 *  [  1 個 1 星使用者評論     ](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/popularity-posts-widget/reviews/)

## 參與者

 *   [ ILLID ](https://profiles.wordpress.org/mihail-barinov/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/popularity-posts-widget/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GSE37FC4Y7CEY)