Tag Archive

How to disable comments notification for WordPress

Published on November 21, 2011 By admin

Do you receive alot of emails sent by your WordPress Blog becouse people comment your posts? You can turn this off like this: 1. Login to your blog admin page 2. Click on Settings -> Discussion 3. Search in that list for “E-mail me whenever:” Now by default you receive email when “Anyone posts a [...]

WordPress templates function Cheat Sheet

Published on April 9, 2010 By admin

If you are a beginner in creating themes for WordPress, or you just need to remind you from time to time wordpress theme related functions, the pdf  “WordPress Cheat Sheet” is for you. It contain all functions needed for creating a wp theme like in the preview picture below. PDF was made by Ekin Ertaç [...]

WordPress: get the role of the current user

Published on March 18, 2010 By admin

/* get the role of the current user */ global $current_user, $wpdb; $var = $wpdb->prefix . ‘capabilities’; $caps = $current_user->$var;

PSD to wordpress theme – free plugin for Adobe Photoshop

Published on September 4, 2009 By admin

Divine Plugin for Adobe Photoshop is realy divine. It take a PSD image (template) and make from it a wordpress theme. Features: Convert PSD to HTML HTML page identical to your PSD design Clean standard compliant HTML-CSS layout No HTML, CSS or programming knowledge required WordPress themes Easy publishing from Photoshop® to your WordPress™ website [...]

Cleanup WordPress Plugin

Published on May 19, 2009 By admin

The latest plugin I had developed for the WordPress CMS is named “Cleanup WordPress“. And  … I write it becouse I needed a tool to delete spam comments, pages and posts revisions. All this unused data take more then all wordpress and database needed for this website. You can download it, see some screenshots, donate [...]

Best and free WordPress theme collection ever

Published on April 16, 2009 By admin

Looking for wordpress themes (free ones) I found this site where you can find one of the best wordpress theme collections ever. http://topwpthemes.com/

Anti IE6 wordpress plugin

Published on March 27, 2009 By admin

If you have some experience in web desing you know that IE6 (Internet explorer 6.0) is … a nightmare becouse IE6 CSS is not compatible with stantards. So if you want to block your users witch use IE6 using your wordpress blog just install this free plugin AntiIE6 Download here

Make your blog visible to iPhone and Win Mobile devices

Published on March 13, 2009 By admin

For those who have a blog it will be great to have readers from a mobile phone, smartphone or iPhone. By default a wordpress blog do not detect if the browser who acces your blog is from a mobile device. A great plugin who can be integrated in a WordPress Blog is WPtouch. WPtouch detect [...]