Sören Wünsch

Results 14 comments of Sören Wünsch

@jackzerby This fix solves the problem for my wheel. Thanks for this library! Before: ![bildschirmfoto 2018-09-06 um 10 13 57](https://user-images.githubusercontent.com/695201/45144205-be090e80-b1bd-11e8-979c-8501ea123584.png) After: ![bildschirmfoto 2018-09-06 um 10 10 11](https://user-images.githubusercontent.com/695201/45144181-b2b5e300-b1bd-11e8-8452-515a6fb3add8.png) Is it possible...

Hey @dimaeromin97, we haven't worked on it for the last few months., last commit was in August last year. I would recommend using the official default themes like twentytwenty as...

Thanks for the feedback and workaround. I don't really understand what this function is doing, why do we need it?

Edit: Maybe we should use `$post_type = $query->get( 'post_type' );` instead of `$post_type = get_query_var( 'post_type' );`?

Ich denke, wenn man den Service mit WordPress umsetzen möchte, sind solche Protokolle erstmal überdimensioniert. Die REST-API scheint mir für den Anfang bei den Anforderungen ausreichend zu sein. Wenn man...

Wir sollen eine Inkrementelle und modulare Version entwickeln. Ich fände es besser eine frühe Beta zu haben und in jeder Version dann die Features stetig zu verbessern und erweitern. Aber...

Thanks, works great so far.

@danielbachhuber Something like this? https://github.com/inpsyde/gutenberg-example/blob/master/assets/js/src/EditorPicks/index.js

Here is an older issue about a copyright block: https://github.com/WordPress/gutenberg/issues/18895 Also see "Add credit block" https://github.com/WordPress/gutenberg/issues/33475