Daniel Bachhuber

Results 311 issues of Daniel Bachhuber

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...

When a post has a featured image, it could possibly not have an image in the body. We should add the featured image to the top of the post in...

For posts longer than X words, we should incorporate a "time to read" estimate based on the total word count.

I went to publish a Quote from Poster this morning and noticed it was missing at a post format. Considering it's the direction core is headed, it would be nice...

On `/type/gallery/`, it would be nice to always have a big picture (e.g. use the first attachment associated with the post if there's no featured image), and make them bigger...

Thanks for the awesome theme, Andrew! I'm pretty happy with how it's looking out of the box. You can take a peek at my commit log to see the modifications...

This will let me more easily bump the stylesheet version from my child theme. You can use `WP_Theme` object of `get_option( 'stylesheet' )`

We'd love to have these two Y-axis scales match up: e.g. the line for "30", or whatever the correct value is, runs directly across to "500" Is this easily possible,...

enhancement

On multisite, a super admin can send an invite to a user to create an account. Until the invitation is accepted, the account lives in an odd, unconfirmed limbo state....

scope:command

[WordPress bumped the minimum supported version to 4.1](https://make.wordpress.org/core/2022/11/23/final-releases-of-wordpress-3-7-4-0/). WP-CLI's minimum supported WP version is 3.7. Should we consider increasing our minimum supported version? Originally https://wordpress.slack.com/archives/C02RP4T41/p1669205224451499 **Done is:** * We've made...

scope:framework