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

Cresta Post Widget FREE

外掛說明

FREE Crest Posts Widget is a simple but powerful WordPress Widget which displays your posts with thumbnail and many other options like the ability to show the date, the number of comments, to change the length of the excerpt, change the size of thumbnails and much more.

Some features:

  • Easy to use interface
  • Change post title heading tag
  • Display the date
  • Display the comments count
  • Choose thumbnail size
  • Choose excerpt lenght
  • Order posts by date, title, comment count and random
  • Filter posts by category

Plugin Homepage
http://crestaproject.com/downloads/cresta-post-widget/

螢幕擷圖

  • The widget options
  • Example of Cresta Post Widget FREE on Semplicemente Theme
  • Example of Cresta Post Widget FREE on Twenty Fourteen Theme

安裝方式

  1. Upload the folder ‘cresta-post-widget’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In the Widgets section create a new ‘Cresta Post Widget FREE’ widget

常見問題集

Where can I change the image size?

The image sizes are definied in the Media Settings of WordPress options. The default are:

  • Thumbnail 150px x 150px max
  • Medium 300px x 300px max
  • Large 640px x 640px max

You can change the image size directly from WordPress Media Settings.

How can I change the styles?

You can define the stylesheet in your style.css file (located in wp-content/themes/your-theme/style.css), the widget has its own CSS classes (you can see it with Firebug, Web Inspector, Dragonfly or tools like that).
For example if you want to change the position of thumbnail you can define a class like:

.cresta-post-widget img {
    margin: 0 auto;
    display: block;
}

Or if you want to change some options of the post title (H3 is the default post title heading tag, but it can be changed from the widget settings):

.cresta-post-widget h3 {
    text-transform: uppercase;
    text-decoration: underline;
}
Can I change the date format?

The date format is taken directly from the WordPress General Settings. To change it just go to WordPress Main Menu -> Settings -> General -> Date Format

使用者評論

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

參與者及開發者

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

參與者

將〈Cresta Post Widget FREE〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Initial release