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

Random Blog Article

描述

The random blog article was written to display links to some of my favourite blogs on the homepage of my site.
I decided the blogroll took up too much space and wanted article titles on the site too.

When the page loads the first blog and article is picked random and displayed. After this, every 15 seconds
(by default) a new blog and article are randomly picked from your favourite blog list. The RSS feeds are cached so no need to worry about bandwidth usage or your blog being slowed down!

The plugin just needs to be activated and a small peice of code put in a template file for where ever you’d
like it to appear. All settings can be controled in the wordpress admin panel and there is no need to edit any code.

安裝

  1. Upload the “rbarticle” folder to your wp-content/plugins/ directory.
  2. Chmod the cache folder 777.
  3. Copy <?php rbarticle_tpl_init() ?> to where ever you would like the random article to appear.
  4. Add and modify these styles in your template’s styles.css file #rbarticle_result (the div container that the article is updated in to) #rbarticle_result .blog (the class for the blog title) #rbarticle_result a (the article link) #rbarticle_result .separator (a span class around the separator (if specified))
  5. Activate the plug-in
  6. Browse to Options > RB Article
  7. Add rss feeds to your list of favourites
  8. Enjoy

評價

There are no reviews for this plugin.

貢獻者及開發者

“Random Blog Article” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Random Blog Article 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

v1.01 – Moved javascript initialise code to php init function (stops js errors on pages without the random blog div)