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

Trackback and Pingback Widget

外掛說明

Does your theme’s comment section mix with comments, trackbacks and pingbacks? If you want to create a separate section for tackbacks and pingbacks, this will be useful for you.

This plugin adds a widget which displays trackbacks and pingbacks of the currently displayed page. It will be invisible if there is no trackback or pingback for the page.

Features

  • Order – sets whether new ones come first or old ones ome first.
  • Date – sets whether item date will be inserted or not.
  • Style – sets the enclosing HTML tag from either ol, ul, or div.
  • Type – sets the comment type from either Pingbacks and Trackbacks, Pingbacks, Trackbacks, Comments, or All.

Remarks

This is not for displaying trackbacks and pingbacks from all pages and posts. Optionally comments can be displayed.

Usage

= How to Use =
1. Go to Appearance > Widgets. You’ll see a new widget named Trackback and Pingback Widget.,
2. Add widgets to it.,

螢幕擷圖

  • Adding the Widget
  • Display Example

安裝方式

Install

  1. Upload trackback-and-pingback-widget.php and other files compressed in the zip folder to the /wp-content/plugins/ directory.,
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

常見問題集

How do I customize the style?

You can add your rules in your theme’s style.css to the classes named .widget-area .commentlist .pingback.
e.g.
.widget-area .commentlist .pingback {
margin-bottom: 0px;
word-wrap: break-word;
}
.widget-area .commentlist {
margin-bottom: 24px;
margin-bottom: 1.7142857145rem;
}

使用者評論

2017 年 11 月 19 日
love it 😉 thanks Чтобы перейти на сайт нажмите на ссылку: Музыкальная студия в Ярославле
閱讀全部 1 則使用者評論

參與者及開發者

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

參與者

將〈Trackback and Pingback Widget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2.1 – 12/25/2013

  • Added: the Spanish localization file.

1.0.2 – 12/18/2013

  • Added: the Japanese localization file.
  • Added: a language file and localization support.
  • Added: an option to decide whether the Not found message should be displayed or not.
  • Tweaked: the function to count the comments.

1.0.1.1 – 02/23/2013

  • Fixed: a warning: undefined index, title, which occurred in the debug mode.

1.0.1 – 01/24/2013

  • Added: the ability that regular comments can be shown.
  • Added: the style and type options.

1.0.0 – 01/05/2013

  • Initial Release