前言介紹
- 這款 WordPress 外掛「Flexible Recent Posts」是 2012-04-17 上架。
- 目前有 400 個安裝啟用數。
- 上一次更新是 2015-10-18,距離現在已有 3485 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 有 8 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
post | posts | recent | widget | template |
內容簡介
尋找維護者。請寄信至[email protected]
彈性最新文章 (FRP) 外掛讓你可以使用自定義模板在部落格上新增最新文章的小工具。
主要功能如下:
小工具中每篇文章都有模板。你可以寫自己的 HTML 模板或在小工具表單中覆寫預設模板。
模板支援短碼。你可以使用內建的短碼在小工具中插入與目前文章相關的資訊:文章標題、特色圖像、摘要、日期、永久連結、作者、評論。
限制要從哪些專有名詞中顯示文章。顯示所有或僅從已選擇的專有名詞中的文章。
要顯示的文章數量。設定在小工具中要顯示的最新文章數量。
所有文章連結。選擇顯示鏈接選項,可以在標題或所有文章後顯示連結,打開選定文章類別頁面。設定連結標題或自訂連結網址。
有用的連結:
模板快捷鍵
功能請求
問題
捐贈 (Flattr)
翻譯人員:
俄語 (ru) - Paul Annekov
授權
使用基於 FatCow 圖示套件授權的圖示,該圖示授權基於 創用CC協議3.0許可。
短碼
外掛的模板系統支援了與當前小工具文章相關的5個短碼,你可以在自己的模板中使用:
標題 [frp_title]
顯示文章標題。
範例:
[frp_title]
摘要 [frp_excerpt length=””]
使用 get_the_excerpt 函式顯示文章摘要。
你可以使用length屬性指定摘要長度。如果未指定 - 將使用 WordPress 預設的文章摘要長度。
範例:
日期 [frp_date format=”F j, Y” time_since=”0″]
顯示文章日期。你可以使用短碼參數format更改日期格式。嘗試閱讀這裡中的格式值。
加上1作為值的time_since參數,可以顯示過去的時間: 30秒前,5分鐘前,12小時前,6月3日。
範例:
連結 [frp_link]
顯示文章永久連結。
範例:閱讀更多
特色圖像 [frp_thumbnail size=”32×32″]
顯示文章的特色圖像。添加size短碼參數,可以更改圖像大小。你可以定義大小為寬度x高度或大小名稱 (內建的或在佈景主題中定義的)。
原文外掛簡介
Looking for maintainer. Write me to [email protected]
Flexible Recent Posts (FRP) plugin gives you possibility to add widget to your blog with recent posts using user-defined template.
The main features are:
Template for each post in widget. You can write your HTML-template or overwrite default in widget form.
Shortcodes support in template. You can use built-in shortcodes to insert info related to current post in widget: title, featured image, excerpt, date, permalink, author, comments.
Restrict terms from which you want to display posts. Display posts from all terms or from selected only.
Number of posts to display. Set number of latest posts that will be displayed in widget.
All posts links. Select option to display link near the title or/and after all posts that will open selected posts category page. Set link title or custom link URL.
Useful links:
Template shortcodes
Feature requests
Bugs
Donate (Flattr)
Translators:
Russian (ru) – Paul Annekov
Licenses
Uses FatCow Icon Set licensed under Creative Commons Attribution 3.0 License.
Shortcodes
Plugin template system supports 5 shortcodes related to current widget post, that you can use in your template:
Title [frp_title]
Displays post title.
Example:
[frp_title]
Excerpt [frp_excerpt length=””]
Displays post excerpt using get_the_excerpt function.
You can specify excerpt length using length attribute. If not specified – default WordPress excerpt length used.
Example:
, [frp_excerpt length="15"]
Date [frp_date format=”F j, Y” time_since=”0″]
Displays post date. You can add format shortcode parameter to change date format. Read about format value here.
Add time_since parameter with 1 as value to display amount of elapsed time: 30 seconds ago, 5 minutes ago, 12 hours ago, 3 Jun.
Example:
,
Link [frp_link]
Displays post permalink.
Example: read more
Featured image [frp_thumbnail size=”32×32″]
Displays featured post image. Add size shortcode parameter to change image size. You can define size using WIDTHxHEIGHT as value or size name (built-in or defined in theme).
Examples: [frp_thumbnail], [frp_thumbnail size="thumbnail"], [frp_thumbnail size="128x128"], [frp_thumbnail size="full"]
Author [frp_author link=”1″]
Displays name of the post’s author. Set link parameter to 0 if you want to disable link (author’s site) from author name.
Examples: [frp_author], [frp_author link="1"], [frp_author link="0"]
Comments [frp_comments no_text=”1″]
Displays the number of comments. Set no_text parameter to 1 if you want to disable comment text (just “23” instead of “23 Comments”).
Examples: [frp_comments], [frp_comments no_text="1"], [frp_comments no_text="0"]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Flexible Recent Posts」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.1 | 0.2 | 0.3 | 1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | trunk |
延伸相關外掛(你可能也想知道)
WP Shortcodes Plugin — Shortcodes Ultimate 》Shortcodes Ultimate 是一個全面的視覺與功能性元素收集,您可以在文章編輯器、文字小工具甚至是範本檔案中使用。使用 Shortcodes Ultimate,您可以輕鬆地建...。
Post Duplicator 》這個外掛是用來製作選定文章的完全一模一樣複製。它支援自訂文章類型、自訂分類和自訂欄位。, *注意: 評論不會被複製到新文章。, 這個外掛的目的是為了快速且...。
GenerateBlocks 》將不同的功能整合至編輯器,但並不會因為過多的一維方塊造成內容過於臃腫。使用 GenerateBlocks,您只需深入學習少量的方塊,即可用於創建任何內容。, Genera...。
YARPP – Yet Another Related Posts Plugin 》WordPress 相關文章外掛, Yet Another Related Posts Plugin (YARPP) 是一個經過專業維護、高度自訂和功能豐富的外掛程式,可以顯示與當前文章相關的頁面、文...。
WP Meta and Date Remover 》移除點擊文章的Meta、作者和日期。 安裝、啟用,完成!, 如何移除文章和頁面的作者Meta和日期?, , 安裝 WP Meta and Date remover。, 啟用外掛。, 選擇隱藏...。
WordPress Popular Posts 》WordPress Popular Posts 是一個高度可定製的小工具,可以顯示您最受歡迎的文章。, 主要特點, , 多小工具功能 – 您可以在您的博客上擁有多個 WordPress...。
Public Post Preview 》此外掛可讓您分享一個鏈接給匿名使用者,以便他們在發布前預覽文章(或其他公開文章類型)。, 您是否曾經與沒有訪問您網站權限的人共同撰寫文章,並需要給予...。
List category posts 》List Category Posts 可以讓你透過使用 [catlist] 短碼在文章或頁面中按類別列出文章。在編輯頁面或文章時,直接插入短碼到文章中,文章就會被列出來。基本的...。
Display Posts – Easy lists, grids, navigation, and more 》Display Posts 讓您輕鬆地列出網站上的所有內容。首先在內容編輯器中新增此短碼,以列出最近的文章清單:, [display-posts], , 按類別篩選, 若只想顯示特定類...。
CMS Tree Page View 》將所有頁面和自訂文章以 CMS 樹狀概覽方式添加到 WordPress,類似於專注於頁面的 CMS 中經常找到的檢視方式。, 如果您的目標是將多個內容類型合併到單一檢視...。
Category Posts Widget 》Category Posts Widget是一個輕巧的小工具,設計用於一件事並且做得很好:顯示特定類別中最新的文章。, 基於詞語和類別的文章小工具, 這個免費小工具的高級版...。
WP Telegram (Auto Post and Notifications) 》完美整合 Telegram 至 WordPress,讓您完全掌握控制。, Telegram 的卓越 LIVER 支援, 加入聊天室, 我們在 Telegram 上有一個公開小組,提供協助設置外掛、討...。
WP Admin UI Customize 》, 儀表板, 顯示選項標籤, 輸出 - 元網站, 管理工具列 (Toolbar), 側邊選單 (Side menu), 元箱的管理, 登入畫面, 其他功能, , 這些自訂化都是可以實現的。, , ...。
Ultimate Post Kit Addons For Elementor – (Post Grid, Post Carousel, Post Slider, Category List, Post Tabs, Timeline, Post Ticker and Tag Cloud) 》Ultimate Post Kit Elementor 外掛程式是首個允許您全新且清新地設計部落格網站的外掛程式。這是博客作者、行銷人員和文章類型網站擁有者的最佳工具。, Ultim...。
Reading Time WP 》WP Reading Time 讓你輕鬆地在 WordPress 文章中加入預估閱讀時間。啟用這個外掛會自動在你的文章內容的開始加入閱讀時間。你可以在「閱讀時間」設定中取消這...。