內容簡介
突顯 WordPress 文章的未讀狀態。
功能:
開箱即用
提供四種不同的標記方式突顯文章:
文字標籤(新!)
橘色圓圈
圖片
旗幟圖示
可選擇當何種事件發生時標記文章為已讀:
當文章頁面被開啟時…
或當文章在文章列表中被顯示時…
或在開啟任何部落格頁面後
提供兩個開發人員的功能:
檢查文章是否為未讀
取得未讀文章的總數
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Highlight unread posts on your blog.
Key features:
Works right out of the box
Uses cookies, no authorization required
4 different types of markers for highlighting posts (a “new” text label,
an orange circle, etc.)
Customizable background color for unread post titles
There’s a setting to determine when a post should be considered read. You can pick one of the following:
after it was opened
after it was displayed in the post list
after opening any page of the blog
Functions available for theme developers:
mnp_is_new_post($post) – check if a post is unread
mnp_new_posts_count($query) – get unread posts count
