It’s really hard to believe it has been 2 years 4 months and 8 days since I started running with the Vibram shoes. When I first got them I thought they were some of the weirdest shoes I had ever seen. I’ll be the first to admit I got them as sort of a joke.…
Today I got a little crazy and installed a new theme on my site. This new theme is called “FavePersonal”. This theme is being developed by the awesome designers at Crowd Favorite. It is a really cool theme, with many cool features that I can’t describe right now, but will be able to soon. If…
To those who are advocating a government shutdown, I emplore you to remember the thousands of workers who will will essentially lose their jobs during the shutdown. If you can’t find the heart to worry about those thousands of workers, think about the friends and family members who might lose their jobs. Think hard, I…
For those of us who do not like the new admin bar in WordPress 3.1, here is a quick 1 line (2 with a comment) fix for removing it: // Remove the admin bar from displaying…everywhere add_filter(‘show_admin_bar’, ‘__return_false’);
Recently I was having an issue with the WordPress autosave running on my posts in a custom post type. I am running a lot of scripts in the “save_post” action and couldn’t find a good way to exclude autosaves from running this code. Note that I looked at the info being passed to the functions…
After some discussions with coworkers and a plugin user, I realized the plugin needed a little more documentation on the template directory. I have added some absolute paths to the plugin settings screen for easier reference. I also added a button to test and make sure that the directory is usable for the plugin. It…
I’m very happy to announce the release of the Code To Widget WordPress plugin. The plugin reads files in a directory and automatically creates widgets to be placed in sidebars. It gives developers/designers the ability to create widgets without having to write the widget code every time. This plugin was initially written out of frustration.…