Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxuk/wp-query-include-exclude
Adds the ability to specify which posts to include or exclude in a WP query loop
https://github.com/boxuk/wp-query-include-exclude
Last synced: 5 days ago
JSON representation
Adds the ability to specify which posts to include or exclude in a WP query loop
- Host: GitHub
- URL: https://github.com/boxuk/wp-query-include-exclude
- Owner: boxuk
- Created: 2024-07-15T15:13:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:30:59.000Z (about 2 months ago)
- Last Synced: 2024-09-17T11:07:40.351Z (about 2 months ago)
- Language: PHP
- Size: 20.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# WP Query Include & Exclude
This package allows the editor to specify posts to include or exclude in a **Query Loop** block
when used in the Block Editor.The core block supports the include and exclude attributes, since the query loop uses `WP_Query`
when rendering. Any attribute that can be passed to `WP_Query` can be included, so we use this
package to provide an interface to allow an editor to specify which posts should appear in a
query loop.---
Please do not submit any Pull Requests here. They will be closed.
---Please submit your PR here instead: https://github.com/boxuk/wp-packages
This repository is what we call a "subtree split": a read-only subset of that main repository.
We're looking forward to your PR there!