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

Hot'n'Cold

外掛說明

Hot’n’Cold shows a different colored badge for every post, depending if the post is “hot”, “medium” or “cold”, based on Jetpack post views

  • The plugin requires Jetpack to be installed, activated and connected to your WordPress.com account.

The typical/full code that you need to add to your theme, wherever you want the badge to display is <?php shambix_hotposts(200,100,50,true,true,false); ?>

The code MUST be used inside the Loop.

You can customize the code with these parameters, in order:

  • n. of views for the post to be “hot” (default: 200)
  • n. of views for the post to be “medium” (default: 100)
  • n. of views for the post to be “cold” (default: 50)
  • if “hot”, display badge? (default: true)
  • if “medium”, display badge? (default: true)
  • if “cold”, display badge? (default: false)

We use a css file to style the badges, as they are fully made out of CSS3, no images, however we don’t provide any specific layout (floating, alignment, etc), that way you are free to customize them the way you want, by using the div class hotncold in your own theme style.css

If you like the plugin or want to suggest a new features, feel free to drop a comment at the official plugin post on Shambix.

Credits to the Twitter Bootstrap Framework for the badges/labels’ CSS.

螢幕擷圖

安裝方式

  1. Upload the folder hotncold to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert the code <?php shambix_hotposts(200,100,50,true,true,false); ?> in your theme and customize it for your needs

常見問題集

Look of the badges

The default badges are:

  • “hot”: comes in red and displays the text “HOT!”
  • “medium”: comes in green and displays the text “Popular”
  • “cold”: comes in blue and displays the text “Read Me!”

As of now, you can only edit the text by going directly in the plugin file hotncold.php

Custom CSS

You can customize the badges from the hotncold.css file in the plugin folder, if you want to add images instead of using CSS3. However, if you update the plugin those changes will be lost. If you simply want to make the badges bigger or change font (stylistic changes), we advise you do that in your theme style.css instead, using the div class hotncold. You may want to add !important to your CSS statements, if after customizing the div class hotncold you see no change.

NOTICE

Please bare in mind that this is a free plugin, that the time to work on it is limited and that we do our best anyway to give everybody a cool free plugin. So if something doesn’t work as you expected please report it in the WordPress Support Forum, we’ll do our best to help you out. Thanks for understanding.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Hot'n'Cold〉的開發相關工作。

參與者

將〈Hot'n'Cold〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Plugin release