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

Frontpage Manager

外掛說明

Frontpage Manager allows you to customize how the posts appear on your frontpage in several different ways.

  • you can have the posts drawn from all categories or a subset of your choosing
  • you can choose how many posts should display (this is distinct from WordPress’ built-in Reading Settings which applies to all blog pages)
  • you can have each post limited in length by number of characters, words, or paragraphs
  • you can choose which HTML tags should be stripped from posts
  • you can specify a read more link, etc. if you like
  • you can hide the category in the page title, if you wish

The plugin will attempt to make sure that any tags that are interrupted by the post-limiting feature are matched so as not to cause formatting issues.

相容性

I have tested this plugin from WordPress 2.8.

下載

Version 1.3

螢幕擷圖

  • See screenshot-1.png for a view of the Settings.

安裝方式

  • Install directly from WordPress (go to Plugins -> Add New)
    OR
  • Install manually
  1. Unzip the plugin files to the /wp-content/plugins/frontpage-manager/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set your preferred settings through the Frontpage Manager section under WordPress’ Settings menu

常見問題集

Installation Instructions
  • Install directly from WordPress (go to Plugins -> Add New)
    OR
  • Install manually
  1. Unzip the plugin files to the /wp-content/plugins/frontpage-manager/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set your preferred settings through the Frontpage Manager section under WordPress’ Settings menu
Does this plugin also apply if you have a static page set as your frontpage rather than latest posts?

Yes. There are settings in the back end such that you can apply all options to your main posts page even if you have a static page as the front page, and you can also apply the word/character/paragraph limitation to the page that is your static front page.

How can I style how the read more link looks?

The link is contained within a div that has been given the class ‘fpm_readon’. Simply add .fpm_readon{} to your theme’s style.css and put whatever CSS styling you want in it.

使用者評論

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

參與者及開發者

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

參與者

將〈Frontpage Manager〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.9 beta — December 2 2009

  • Plugin launched

0.91 beta — December 4 2009

  • Removed default from ‘Read more linktext’ so you don’t have to have any if you don’t want
  • Allowed option ‘all’ for ‘Tags to strip’ for those who wish to get rid of all HTML markup
  • Fixed small bug where ‘Tags to strip’ field was disappearing inappropriately

1.0 December 7 2009

  • Implemented selection of multiple categories from which posts will be displayed
  • Made it so ‘Read more linktext’ and ‘Text ending’ are not displayed when post is too short to require limiting

1.1 May 14 2010

  • Fixed the PHP error that showed up when no category was selected, and put in a warning
  • Made it so you can apply the word/character/paragraph limitation to a static front page
  • Made it so you can apply both post category/number limitation and word/character/paragraph limitation to main posts page, when it isn’t the front page (i.e. you have a static front page)
  • Made it so that the post category is not displayed in the title of the homepage

1.2 June 6 2010

  • Bug fix: Made the hide category in page title a togglable option in the backend since it doesn’t always seem to work 😛 This is just a quick workaround until I have the time to devote to figuring out why my method of hiding the category in page title, doesn’t always work (sigh!)

1.3 February 25 2011

  • Bug fix: The existing method of limiting by category was not working with WordPress 3.1 so I added in another method that should.
  • Bug fix: Made a small change having to do with hiding the category in the page title.