… look at the source code
Archive for the ‘WordPress’ Category
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 [...]
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 [...]
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 {}
WordPress.tv
WordPress.tv — a great visual resource for those WordPress user who doesn’t like to read.
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();
WordPress Olive T-Shirt
Grab yours at WordPress Shop now.