Linux 软件免费装
Banner图

NS Featured Posts

开发者 rabmalin
更新时间 2024年7月30日 18:19

标签

post posts plugin page meta featured custom post type custom featured-post

下载

2.0.12 1.0.0 1.0.1 1.1 1.2 1.4.0 1.4.1 1.4.2 2.0.0 2.0.1 2.0.2 2.0.3 2.0.10 2.0.11 2.0.13 2.0.8 3.0.0 1.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.9

详情介绍:

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. 如: $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

安装:

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.

屏幕截图:

  • Example of featured in Post listing

升级注意事项:

NS Featured Posts

常见问题:

Does this support custom post types?

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

更新日志:

3.0.0 - 30 Jul 2024 2.0.13 - 17 May 2024 2.0.12 - 16 May 2024 2.0.11 - 15 May 2024 2.0.10 - 23 May 2023 2.0.9 - 4 Feb 2023 2.0.8 - 17 Oct 2022 2.0.7 - 11 Oct 2022 2.0.6 - 4 Jul 2022 2.0.5 - 24 Jun 2022 2.0.4 - 9 Jan 2022 2.0.3 - 20 Jul 2021 2.0.2 2.0.1 2.0.0 1.4.1 1.4.0 1.3 1.2 1.1 1.0.2 1.0.1 1.0.0