-
The theme should be installable from the site admin, thus passing a [theme review](https://make.wordpress.org/themes/handbook/review/)
- [ ] rtl.css http://www.rtl-er.com/
- [ ] comments.php
- [ …
miklb updated
7 years ago
-
Right now you don't have a way to know whether Publicize was triggered for one of your published posts; the checkboxes are either available when the post hasn't been published yet, or all greyed out w…
-
## What's the problem?
1. Liveblog currently maintains it's own React-based editor for the frontend. With the introduction of Gutenberg on the horizon, maintaining a separate editor is inefficient.…
-
WordPress.com includes an action bar at the bottom right of each site. It gives you quick access to things like the customizer, the link to edit the post, the post's stats, and more:
![screen shot …
-
Currently, `meta_query` is flagged by `WordPress.DB.SlowDBQuery` as being a "possible slow query".
The reality of this is more complex, as the slow part of meta queries really only kicks in when qu…
-
I've just come across an issue where a custom rewrite rule had a bug which meant it worked without a trailing slash, but failed with a trailing slash. Our rewrite test for this rule did not contain a …
-
Repro:
1. Find or contrive to set up a site that has a page with the id 404.
2. Create a widget and update its visibility settings so that it should display on this page.
You'd expect the widget to d…
-
The [ES Admin](https://github.com/alleyinteractive/es-admin) plugin allows developers to offload expensive admin queries (e.g., searching the media library against a postmeta field) to Elasticsearch. …
-
We could add an additional option under Settings > Sharing, allowing you to customize all Publicize excerpts at once, with the use of template tags, like we do today for custom services in Sharedaddy.…
-
## Feature description
With the merge of the theme into the repo several errors are displayed by the Sniffer, these need to be updated to pass the checks, example:
```
theme/template-parts/menu…