이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

스크린샷

  • Admin Settings page
  • Example of featured in Post listing

설치

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ Plugin Dashboard
  2. Select ‘ns-featured-posts.zip’ from your computer
  3. 업로드
  4. Activate the plugin on the WordPress Plugin Dashboard
  5. Place the ‘NS Featured Posts Widget’ into a Widget area through the ‘Appearance -> Widgets’ menu in WordPress.

Using FTP

  1. Extract ‘ns-featured-posts.zip’ to your computer
  2. Upload the ‘ns-featured-posts’ directory to your ‘wp-content/plugins’ directory
  3. Activate the plugin on the WordPress Plugins dashboard
  4. Place the ‘NS Featured Posts Widget’ into a Widget area through the ‘Appearance -> Widgets’ menu in WordPress.

FAQ

Does this support custom post types?

Yes. It supports custom post types also. From Settings page( Settings -> NS Featured Posts), you can enable/disable custom post types for featured.

후기

2023년 5월 22일 1 reply
Works exactly as promised. My only complaint is the review beg taking up so much real estate. Hopefully this will solve it.
2022년 11월 30일
Thanks for making this plugin, it's really helpfull, i hope this plugin is maintainable in the future
모든 19 평가 읽기

기여자 & 개발자

“NS Featured Posts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“NS Featured Posts”(이)가 7(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “NS Featured Posts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.10 – 23 May 2023

  • Update packages

2.0.9 – 4 Feb 2023

  • Fix PHP 8 notices

2.0.8 – 17 Oct 2022

  • Fix PHP notice in plugins page

2.0.7 – 11 Oct 2022

  • Minor bug fixes

2.0.6 – 4 Jul 2022

  • Minor bug fixes

2.0.5 – 24 Jun 2022

  • Minor bug fixes

2.0.4 – 9 Jan 2022

  • Add order options in widget
  • Minor bug fixes

2.0.3 – 20 Jul 2021

  • Compatibility with WP 5.8
  • Minor bug fixes

2.0.2

  • Minor bug fixes

2.0.1

  • Fix bug of cpt

2.0.0

  • Major code refactoring
  • Add radio mode
  • Add max posts option
  • Minor bug fixes

1.4.1

  • Fix links

1.4.0

  • Fix: Allow Editor to toggle checkbox
  • Compatibility with WP 4.6
  • Fix: Minor Bug fixes

1.3

  • Fix: Minor Bug fixes

1.2

  • Fix: Minor Bug fixes

1.1

  • New: Metabox added in edit screen to enable/disable featured
  • Fix: Minor Bug fixes
  • Compatibility: Compatibility check with WP 4.2

1.0.2

  • Bug fixes

1.0.1

  • Add Featured Posts Widget
  • Bug fixes

1.0.0

  • 초기 릴리즈