Juanma Rodriguez Escriche
Juanma Rodriguez Escriche
> This tests well for me on self-hosted. On Atomic it also tests well. > > Simple also works - however I'm not sure we need to consider Simple as...
When testing with multiple themes at the same time weird things start happening. The warning at the top of the Customizer sidebar respects the Start Fresh status for the corresponding...
> Tests well across self-hosted, Atomic, Simple. > > In `modules/theme-tools/featured-content.php`, I believe the three static variables can be removed too ( `$max_posts`, `$post_types`, `$tag`), as they're all removed from...
> Testing with WPML and consistently getting wrong permalinks unfortunately. Not sure if this is worth pursuing if we are not able to get the right permalinks with the WPML...
Closing this since it doesn't make sense to go with this approach if the JPOP issue https://github.com/Automattic/jpop-issues/issues/8721 does not get solved
Hi @coder-karen, many thanks for all the work and the amazing detailed instructions!! I was able to test and things worked fine for me even in Simple (Not sure why...
Thanks for the changes related to `featured-content` I like it better now since we have separated the different environments so when we end up removing it for self-hosted we only...
Hi @mreishus! Thanks for the proposal. Unfortunately, I don't think that would work for all sync scenarios. - Checksums will consider the `post_meta_whitelist` settings [here](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/sync/src/class-settings.php#L429) - Full Syncs will do...
> * Can you explain more about these systems? - Full Sync is a type of Sync that brings all the data required in WPCOM. There's more than one scenario...
> ### Generating permalinks on save - working but need a place to add it ... > However, I don't know where to put it. Logically, it seems like it...