Simple Block Type Search Plugin
To make things easier to locate the posts that contain a given block type, I’ve created a plugin that adds a dropdown filter for registered block types, under each list table in the admin.
To make things easier to locate the posts that contain a given block type, I’ve created a plugin that adds a dropdown filter for registered block types, under each list table in the admin.
Updated the WordPress plugin – Combined Query
It’s a plugin that combines multiple WP_Query() queries into a single one.
A feature that I feel is missing from JetPack, is an easy way to view stats for each post. The data is available there, so we only have to link to it. Here’s an example for post ID 549: http://example.tld/wp-admin/admin.php?page=stats&view=post&post=549 We can use the chart bar dashicon to display it: There are other icons available,…
We don’t need to modify the wp-config.php file as before with: to run JetPack in the development mode. By using the jetpack_development_mode filter described here, we can construct this simple plugin: to make your life easier 😉 and it’s available on GitHub. This class method of the JetPack class contains the filter:
Download the plugin here: http://wordpress.org/extend/plugins/youlist/ Support Open Source developement: The plugin supports both single and multi site WordPress installs. Reviews: Review on wpmu.org: http://wpmu.org/wordpress-youtube-player/ Check out the review on wppluginsatoz.com (these guys are doing some great WordPress podcasts ) How to use this plugin? When you have installed it, you can for example start by…