plugin-icon

NS Featured Posts

A plugin for making posts, pages or custom post types featured. User can enable/disable Featured for selected post types.
평가
4.7
최근 업데이트일
May 17, 2024
버전
2.0.13
활성화된 설치 항목
6K
NS Featured Posts

NS Featured Posts

This plugin adds checkboxes for each list item. You can easily check / uncheck the Featured. Checking the Featured will set the meta value yes for meta key _is_ns_featured_post. From plugin settings, you can choose to which post types you want Featured functionality.

Using in theme

This plugin only set / unset the meta key for asigned post. You need to implement it in your theme to get Featured functionality.

예:

$query = new WP_Query( array( 'meta_key' => '_is_ns_featured_post', 'meta_value' => 'yes' ) );

This will fetch the list of post which are checked as Featured.

Want to see how this can be used in a Page Template? Click this link to see example

무료Creator 요금제에서
활성화된 설치 항목
6K
테스트된 버전
6.5.5
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.