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 [...]
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ç [...]
/* get the role of the current user */ global $current_user, $wpdb; $var = $wpdb->prefix . ‘capabilities’; $caps = $current_user->$var;
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 [...]
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 [...]
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/
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
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 [...]