[WordPress] 外掛分享: NS Featured Posts

首頁外掛目錄 › NS Featured Posts
WordPress 外掛 NS Featured Posts 的封面圖片
4,000+
安裝啟用
★★★★
4.8/5 分(29 則評價)
13 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v4.0.0 上架:2014-06-03

內容簡介

NS Featured Posts 外掛允許使用者為每個文章項目添加特色標記,簡化文章的管理與顯示。透過設定,使用者可以選擇哪些文章類型可以使用此功能,提升網站內容的可見性。

【主要功能】
• 為文章項目添加特色標記的選項
• 可選擇支援的文章類型
• 簡化文章管理流程

外掛標籤

開發者團隊

⬇ 下載最新版 (v4.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「NS Featured Posts」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

NS Featured Posts
This plugin adds checkboxes for each list item. You can easily check/uncheck the Featured flag. Checking the Featured will set the meta value yes for meta key _is_ns_featured_post. You can choose which post types you want Featured functionality from plugin settings.
Using in theme
This plugin only sets/unsets the meta key for assigned posts. You need to implement it in your theme to get Featured functionality.
Example:
$query = new WP_Query( array( 'meta_key' => '_is_ns_featured_post', 'meta_value' => 'yes' ) );

This will fetch the list of posts that are checked as Featured.
Want to see how this can be used in a Page Template?
Click this link to see an example

延伸相關外掛

文章
Filter
Mastodon