{"id":24490372,"url":"https://github.com/armandphilippot/post-types-list-widget","last_synced_at":"2025-03-15T01:27:29.570Z","repository":{"id":117573654,"uuid":"350807458","full_name":"ArmandPhilippot/post-types-list-widget","owner":"ArmandPhilippot","description":"WordPress Plugin: display a list of posts by post types as widget.","archived":false,"fork":false,"pushed_at":"2025-03-08T09:02:02.000Z","size":3034,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T07:42:36.015Z","etag":null,"topics":["widget","wordpress","wordpress-plugin","wordpress-widget"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArmandPhilippot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-23T17:55:31.000Z","updated_at":"2024-10-10T20:16:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e4b0e97-7f96-4999-b641-b37f910cc62b","html_url":"https://github.com/ArmandPhilippot/post-types-list-widget","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fpost-types-list-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fpost-types-list-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fpost-types-list-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fpost-types-list-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArmandPhilippot","download_url":"https://codeload.github.com/ArmandPhilippot/post-types-list-widget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243670562,"owners_count":20328491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["widget","wordpress","wordpress-plugin","wordpress-widget"],"created_at":"2025-01-21T17:17:58.290Z","updated_at":"2025-03-15T01:27:29.553Z","avatar_url":"https://github.com/ArmandPhilippot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Post Types List Widget\n\n![License](https://img.shields.io/github/license/ArmandPhilippot/post-types-list-widget?color=blue\u0026colorA=4c4f56\u0026label=License\u0026style=flat-square) ![Version](https://img.shields.io/github/package-json/v/ArmandPhilippot/post-types-list-widget?color=blue\u0026colorA=4c4f56\u0026label=Version\u0026style=flat-square)\n\nA WordPress Widget to display a list of posts by post types with custom options.\n\n## Presentation\n\nThis widget can be place in your sidebar to display a list of posts by post types. It allows you to choose:\n\n-   between the default post types and your custom post types\n-   if all posts must be displayed or if you prefer to set a number of posts\n-   a sorting method (publication date, title, random...) and a sorting order\n-   an additional sorting method (optional)\n-   which data to display (dates, excerpt...)\n\nIf you have sticky posts, you may want checked \"_Ignore sticky post_\" to prevent them to appear at the top of the list.\n\nAlthough the name of the widget is not very explicit, it allows you to build custom queries through `WP_Query` but all arguments are not available. At first, the idea was to list all posts for custom post types a little like the Categories widget. Then, I decide to add more options to make the widget more reusable.\n\n## Installation\n\n### Composer installation\n\nYou can use Composer to install this plugin as a dependency if you use custom installers:\n\n```\n{\n\"require\": {\n    \"armandphilippot/post-types-list-widget\": \"dev-main\"\n}\n\"repositories\": [{\n    \"type\": \"git\",\n    \"url\": \"git@github.com:ArmandPhilippot/post-types-list-widget.git\"\n}]\n```\n\nIt is also possible to specify a version by replacing `dev-main` with `dev-main#v1.0.0` (an existent tag).\n\n### Manual installation\n\nYou can download this plugin on Github, then extract it in `/wp-content/plugins/` directory.\n\n## Usage\n\n1. Navigate to the \"_Plugins_\" dashboard page and click on \"_Activate_\".\n2. Add \"_**Post Types**_\" to a widget area through the \"_Widgets_\" menu in WordPress.\n3. Configure settings.\n\n## Screenshots\n\n| Admin view                                                 | Public view                                                  |\n| ---------------------------------------------------------- | ------------------------------------------------------------ |\n| ![Admin view](assets/img/post-types-list-widget-admin.jpg) | ![Public view](assets/img/post-types-list-widget-public.jpg) |\n\n## License\n\nThis project is open source and available under the [GPL v2 or later License](https://github.com/ArmandPhilippot/post-types-list-widget/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmandphilippot%2Fpost-types-list-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmandphilippot%2Fpost-types-list-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmandphilippot%2Fpost-types-list-widget/lists"}