Archive for the ‘WordPress’ Category

02 Jun 2011

When something is not documented

… look at the source code

24 Apr 2010

WordPress.org Support Forum

For the past couple of weeks, I suddenly had an urge to hang out at WordPress.org support forum. All I can say that it was a whole new experience. Reminds me a lot when I was active in K2 forum – answering question and request free of charge! I think my WordPress ninja skill has [...]

11 Apr 2009

Money is the motivation

I hate to admit this but if it wasn’t for that particular someone that pay me (or was it a donation?) to update this theme, it probably took ages for me to do so. It feels really great once you start to see the result. This probably too late to mention, but WordPress 2.7 is [...]

20 Feb 2009

Remove WordPress [gallery] shortcode embedded CSS

Dump this code anywhere in Theme’s template functions.php file (For example, functions.php file for a Theme named “default” would probably reside in the directory wp-content/themes/default/functions.php): add_filter(‘gallery_style’, create_function( ‘$css’, ‘return preg_replace(“##s”, “”, $css);’ ) ); And these are the classes for your stylesheet: .gallery {} .gallery-item {} .gallery-icon {} .gallery-caption {}

17 Jan 2009

WordPress.tv

WordPress.tv — a great visual resource for those WordPress user who doesn’t like to read.

05 Nov 2008

Uninstall Option for WordPress theme

Useful uninstall option “snippet” for your WordPress theme admin option. Basically, this reverts WordPress to the default theme and removes all theme settings from the database. Change option your_theme with your own: global $wpdb; delete_option(‘your_theme’); switch_theme(‘default’, ‘default’); wp_cache_flush(); wp_redirect(‘themes.php?activated=true’); exit();

11 Jul 2008

WordPress Olive T-Shirt

Grab yours at WordPress Shop now.