aggregator icon indicating copy to clipboard operation
aggregator copied to clipboard

Synchronise posts between blogs in a multisite network.

Results 23 aggregator issues
Sort by recently updated
recently updated
newest added

When a post is synced to another site it gets set as a pending. I want the post to be automatically set publish instead of pending. How can I do...

When enabling this service, it would appear as the "Portal Site" cannot be the main site in a multisite setup. I can select any other site, but not the main...

Adds a simple AJAX check to make sure we don't load the jobs table during ajax request. Fixes #56

bug

Moved variable assignment around to fix old post ID incorrectly carrying through. Reference and Resolves #62

Removing reliance on `$aggregator` variable being in global scope and adding in a static instantiator for more reliable calling of the class. Reference and Resolves #64

Whenever the `save_post` action is triggered we end up with a fatal 500 error, caught by Query Monitor that results from attempting to pull a non-global variable as global. This...

Post meta is not currently updating due to an incorrect post ID assignment when a target post already exists. Starting on line [866](https://github.com/Automattic/aggregator/blob/master/class-aggregate.php#L866), you'll see that the `$target_post_id` is being...

We have a need to push different post statuses contextually dependent upon the original post. I'd like to pass through the entire post data and possibly the original blog ID...

enhancement

Terms are not being assigned on a post cloned from the origin site. The data is being carried over but the post displays in the list table with `Uncategorized` instead...

The file structure is ugly :( We should move all the `class-*` files into a `classes/` directory instead.

enhancement