Title: Single Post Widget
Author: Takayuki Miyauchi
Published: <strong>2011 年 10 月 5 日</strong>
Last modified: 2013 年 2 月 2 日

---

搜尋外掛

![](https://ps.w.org/single-post-widget/assets/banner-772x250.png?rev=526899)

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

![](https://s.w.org/plugins/geopattern-icon/single-post-widget_1b95bb.svg)

# Single Post Widget

 由 [Takayuki Miyauchi](https://profiles.wordpress.org/miyauchi/) 開發

[下載](https://downloads.wordpress.org/plugin/single-post-widget.0.4.0.zip)

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

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

## 外掛說明

Display single post from url on sidebar widget.

[This plugin maintained on GitHub.](https://github.com/miya0001/single-post-widget)

#### Some features:

 * Display single post from url on sidebar widget.
 * You can customize HTML output.
 * You can customize default HTML template on your plugin.

#### filter hooks example

Filter for default template.

    ```
    <?php
        add_filter("single-post-widget-template", "my_template");
        function my_template($template) {
            return '<div class="%class%"><a href="%post_url%">%post_thumb%</a></div>';
        }
    ?>
    ```

Filter for stylesheet URI.

    ```
    <?php
        add_filter("single-post-widget-stylesheet", "my_style");
        function my_style($url) {
            return 'http://example.com/path/to/style.css';
        }
    ?>
    ```

#### Translators

 * Japanese(ja) – [Takayuki Miyauchi](http://firegoby.theta.ne.jp/)

Please contact to me.

 * http://wpist.me/ (en)
 * http://firegoby.jp/ (ja)
 * @miya0001 on twitter.
 * https://github.com/miya0001/single-post-widget

#### Contributors

 * [Takayuki Miyauchi](http://firegoby.jp/)

### Credits

This plug-in is not guaranteed though the user of WordPress can freely use this 
plug-in free of charge regardless of the purpose.
 The author must acknowledge the
thing that the operation guarantee and the support in this plug-in use are not done
at all beforehand.

### Contact

twitter @miya0001

## 安裝方式

 * A plug-in installation screen is displayed on the WordPress admin panel.
 * It installs it in `wp-content/plugins`.
 * The plug-in is made effective.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)

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

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

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

## 變更記錄

#### 0.1.0

 * The first release.

## 中繼資料

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

## 評分

這個項目尚無任何評論記錄。

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

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

## 參與者

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)

## 技術支援

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

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

## 贊助

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

 [ 贊助這個外掛 ](http://wpist.me/)