wordpress-activitypub icon indicating copy to clipboard operation
wordpress-activitypub copied to clipboard

Feature Request: Allow specific posts to be excluded?

Open edent opened this issue 2 years ago • 2 comments

What

I added an old post to my site which I gave the published date of March 2011. This has now appeared at the most recent post on @[email protected]

Would it be possible to add an option to either:

  • Exclude specific posts from appearing in the AP?
  • Exclude a category of posts from appearing?

Why

Users may want to exclude specific posts from appearing in their feed.

How

JetPack has this filter which allows an editor to prevent a post being emailed to subscribers.

add_filter( 'jetpack_allow_per_post_subscriptions', '__return_true' );

Which adds this option to the editor

Screenshot showing a checkbox.

JetPack also has jetpack_subscriptions_exclude_these_categories which is a filter to exclude specific categories from being emailed to subscribers.

edent avatar Oct 16 '23 10:10 edent

I gave the published date of March 2011. This has now appeared at the most recent post on @[email protected]

chiming in on that one - shouldn't the published date in general be treated as "the" date for post syndication? How does the RSS feed handle this? From an author's point of view the behavior described is very surprising.

iamwebrocker avatar Oct 31 '23 18:10 iamwebrocker

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Feb 29 '24 01:02 github-actions[bot]