Updated the WordPress plugin – Combined Query
It’s a plugin that combines multiple WP_Query() queries into a single one.
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/facebook-debug-links/ This plugin adds a link in the row-action section to view the page/post in the Facebook Debugger: This plugin adds a metabox on the post/page screen: Only published posts/pages will get Facebook Debug links.
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 […]