philipjohn

Results 77 comments of philipjohn

Some feedback on this in #126

@littlesnitch Are you still experiencing this issue?

Basic functionality: - [ ] Add/edit/delete Sitegroups - [ ] Add/edit/delete sites of each type - [ ] RSS (pull) operations - [ ] XML (pull) operations - [ ]...

Some progress in [test-coverage](https://github.com/Automattic/syndication/tree/test-coverage)

Hi! > We've disabled the following to enable usage for Custom Post Types: How have you disabled exactly? Also, I'm curious what was happening before? Were CPTs not showing for...

@trepmal Does this conflict with, or compliment, #301?

We should contact switching to [selectWoo](https://github.com/woocommerce/selectWoo) instead.

I took [a stab at this](https://github.com/somethingnewuk/sovereign) but while the deployment was successful the application isn't working. I'm wondering if it has something to do with the meteor step not being...

A few of the page builders don't store content in `post_content` as standard but in meta instead, which could well be part of the issue here.

Hmm. If we were to add the post ID to that filter, would that do it? Something like: `apply_filters( 'aggregator_post_status', $orig_post_data['post_status'], $orig_post_id );` IIRC current implementations of that filter will...