Dynamically retrieving WordPress plugin changelogs

Published: Leave a comment Last update:

Providing custom plugins outside of WordPress.org also means to handle things like plugin information manually. That’s why I searched for a more automated solution for the changelogs. That means that I don’t have to ship it as part of the plugin itself, but to retrieve it automatically from somewhere else.

Continue reading Dynamically retrieving WordPress plugin changelogs

Add post type archives to the navigation block

Published: Leave a comment Last update:

Currently, you cannot add post type archives to the navigation block. At least not in a way that it recognizes its state, e.g. whether it’s the current active menu item. This is a known issue in the Gutenberg project (see GitHub) since at least May 2021. And unfortunately, it doesn’t seem to be addressed very soon.

Continue reading Add post type archives to the navigation block