Tag Archives: PHP

WP-Debug

I was using my StumbleUpon, and I came across Krumo which is a PHP debugging application. It allows you to see the content of server variables, cookies, and a lot more including specified variables such as $wp_query! After a short while I had a running WordPress plugin which should be an asset for WordPress developers. Installation Download, upload, activate. That’s it! As long as you’re logged in you’ll see the expandable menus in the footer of your page (nothing is shown to your visitors). It does rely on having the wp_footer() call in your theme so ensure that’s (read more...)

WordPress Post Information Plugin

This is my first contribution to the WP community! It is a start, and I hope time permitting to advance the features in this plugin. This plugin aims to consolidate your post information into a collapsible panel (using jQuery) that can save space on your page. Usage Download, upload, activate. Add the following code somewhere in The Loop. <?php postinfo(); ?> Changelog 1.3 Altered link for comments on single post entries 1.2 Added graceful degradation for users without JS 1.1 Converted to jQuery from script.aculo.us (uses jQuery bundled with WordPress) Added support for tags Added extensive styling including the famous Fam Fam Silk Icons Reorganized code 1.0 Initial release To Do Add an option page to (read more...)