{"id":15528766,"url":"https://github.com/ernilambar/ns-featured-posts","last_synced_at":"2026-05-15T21:38:08.689Z","repository":{"id":102597018,"uuid":"524935849","full_name":"ernilambar/ns-featured-posts","owner":"ernilambar","description":"A plugin for making posts, pages or custom post types featured.","archived":false,"fork":false,"pushed_at":"2025-09-11T08:06:11.000Z","size":1141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T10:47:26.182Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/ns-featured-posts/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ernilambar.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-15T09:59:52.000Z","updated_at":"2025-09-11T08:05:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"73ed08aa-420b-4b5e-b27f-b867c32a2ebc","html_url":"https://github.com/ernilambar/ns-featured-posts","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/ernilambar/ns-featured-posts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fns-featured-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fns-featured-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fns-featured-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fns-featured-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernilambar","download_url":"https://codeload.github.com/ernilambar/ns-featured-posts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fns-featured-posts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-plugin"],"created_at":"2024-10-02T11:14:57.254Z","updated_at":"2026-05-15T21:38:08.677Z","avatar_url":"https://github.com/ernilambar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== NS Featured Posts ===\n\nContributors: nilambar\nDonate link: https://www.nilambar.net/2014/07/ns-featured-posts-wordpress-plugin.html\nTags: post, custom, meta, featured, featured-post\nTested up to: 6.8\nStable tag: 3.0.1\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nA plugin for making posts, pages, or custom post types featured. Users can enable/disable Featured flags for selected post types.\n\n== Description ==\n\n\u003ch3\u003eNS Featured Posts\u003c/h3\u003eThis 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.\n\n= Using in theme =\n\nThis plugin only sets/unsets the meta key for assigned posts. You need to implement it in your theme to get Featured functionality.\n\nExample:\n\n\n`$query = new WP_Query( array( 'meta_key' =\u003e '_is_ns_featured_post', 'meta_value' =\u003e 'yes' ) );`\n\n\nThis will fetch the list of posts that are checked as Featured.\n\n**Want to see how this can be used in a Page Template?**\n[Click this link to see an example](https://gist.github.com/ernilambar/ad31b89b459e954fc950)\n\n\n== Installation ==\n\n= Using The WordPress Dashboard =\n\n1. Navigate to the 'Add New' Plugin Dashboard\n1. Select 'ns-featured-posts.zip' from your computer\n1. Upload\n1. Activate the plugin on the WordPress Plugin Dashboard\n1. Place the 'NS Featured Posts Widget' into a Widget area through the 'Appearance -\u003e Widgets' menu in WordPress.\n\n= Using FTP =\n\n1. Extract 'ns-featured-posts.zip' to your computer\n1. Upload the 'ns-featured-posts' directory to your 'wp-content/plugins' directory\n1. Activate the plugin on the WordPress Plugins dashboard\n1. Place the 'NS Featured Posts Widget' into a Widget area through the 'Appearance -\u003e Widgets' menu in WordPress.\n\n== Frequently Asked Questions ==\n\n= Does this support custom post types? =\n\nYes. It supports custom post types also. From the Settings page( Settings -\u003e NS Featured Posts), you can enable/disable custom post types for featured.\n\n== Screenshots ==\n\n1. Admin Settings page\n2. Example of featured in Post listing\n\n== Changelog ==\n\n= 3.0.1 - 10 Sep 2025 =\n* WP compatibility\n\n= 3.0.0 - 30 Jul 2024 =\n* Requirement: PHP 7.2; WP 6.0\n* Major code refactoring\n* Update dependencies\n\n= 2.0.13 - 17 May 2024 =\n* Fix PHP 8.3 notice\n\n= 2.0.12 - 16 May 2024 =\n* Add blueprint\n\n= 2.0.11 - 15 May 2024 =\n* Fix URLs\n\n= 2.0.10 - 23 May 2023 =\n* Update packages\n\n= 2.0.9 - 4 Feb 2023 =\n* Fix PHP 8 notices\n\n= 2.0.8 - 17 Oct 2022 =\n* Fix PHP notice on the plugins page\n\n= 2.0.7 - 11 Oct 2022 =\n* Minor bug fixes\n\n= 2.0.6 - 4 Jul 2022 =\n* Minor bug fixes\n\n= 2.0.5 - 24 Jun 2022 =\n* Minor bug fixes\n\n= 2.0.4 - 9 Jan 2022 =\n* Add order options in widget\n* Minor bug fixes\n\n= 2.0.3 - 20 Jul 2021 =\n* Compatibility with WP 5.8\n* Minor bug fixes\n\n= 2.0.2 =\n* Minor bug fixes\n\n= 2.0.1 =\n* Fix bug of cpt\n\n= 2.0.0 =\n* Major code refactoring\n* Add radio mode\n* Add max posts option\n* Minor bug fixes\n\n= 1.4.1 =\n* Fix links\n\n= 1.4.0 =\n* Fix: Allow Editor to toggle checkbox\n* Compatibility with WP 4.6\n* Fix: Minor Bug fixes\n\n= 1.3 =\n* Fix: Minor Bug fixes\n\n= 1.2 =\n* Fix: Minor Bug fixes\n\n= 1.1 =\n* New: Metabox added in edit screen to enable/disable featured\n* Fix: Minor Bug fixes\n* Compatibility: Compatibility check with WP 4.2\n\n= 1.0.2 =\n* Bug fixes\n\n= 1.0.1 =\n* Add Featured Posts Widget\n* Bug fixes\n\n= 1.0.0 =\n* Initial release\n\n== Upgrade Notice ==\nNS Featured Posts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernilambar%2Fns-featured-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernilambar%2Fns-featured-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernilambar%2Fns-featured-posts/lists"}