ryanwelcher / advanced-query-loop

WordPress plugin that introduces a Query Loop block variation that can create advanced queries.
87 stars 10 forks source link

Add Exclusion of a list of posts #32

Open Pulsar-X opened 11 months ago

Pulsar-X commented 11 months ago

Based on https://github.com/ryanwelcher/advanced-query-loop/pull/24 . This PR should be merged after.

Implements the possibility to specify posts that should be excluded from the query by their title. This works across multiple Post Types.

To accomplish this, a new attribute exclude_posts was introduced. It's an array of post IDs that should be excluded.

ryanwelcher commented 5 months ago

@Pulsar-X would you be able to update this PR resolve the conflicts, please?

Pulsar-X commented 4 months ago

@ryanwelcher All conflicts should be resolved now.

ryanwelcher commented 4 months ago

I hate to do this to you again, but I just merged a pretty substantial update to the codebase. Would you be able to have a look?