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

Mooberry Show Latest Posts

外掛說明

When you have your website set to use a static front page, you may want to show a list of your most recent blog posts, too.

This plugin will show the title, excerpt, and link of your most recent blog posts at the bottom of your front page. You can customize the following options:

  • The number of posts to show
  • The category to show posts from (default: “All Categories”)
  • Whether the posts should display horizontally or vertically
  • The text of the “Read More” link
  • The title of the section (default: “Latest Posts”)

CSS can be used to adjust styling. The following IDs and classes are used:

  • mbdslp (ID) – wraps the entire Latest Posts output
  • mbdslp_title (ID) – title of the section (ie “Latest Posts”)
  • mbdslp_table (ID) – the table used for horizontal display
  • mbdslp_post_title (class) – title of the individual post
  • mbdslp_post_text (class) – excerpt of the individual post
  • mbslp_read_more (class) – individual “Read More” link

螢幕擷圖

  • The settings screen.
  • The posts displayed horizontally.
  • The posts displayed vertically.

安裝方式

  1. Upload mooberry-show-latest-posts directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Show Latest Posts to change the settings

使用者評論

2016 年 9 月 3 日
There are plenty of plug-ins that require multiple levels of integration to get your blog posts to populate a static front page. This plug-in cuts out all the hassle. It was incredibly easy to install and get my posts onto my static front page. Not to forget, the provided CSS classes/IDs leaves the creativity in your hands, without the cumbersome UI that many plug-ins like to have. Moving forward: In future versions, it would be wonderful to have the option to populate different pages with the most recent posts as well. In short, just what I was looking for. Thanks Mooberry!
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Mooberry Show Latest Posts〉的開發相關工作。

參與者

將〈Mooberry Show Latest Posts〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.3

  • Added number of words option

1.2

  • Added ability to filter by category

1.1

  • Wrapped entire output in a div
  • Added IDs to individual elements

1.0

  • Initial Version