Nisi’s work blog

Nisi’s work blog – programing tips

Wordpress templates function Cheat Sheet

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ç and can be downloaded for free from the http://ekinertac.com/?p=259 webpage or from Uploading.com by clicking here.

Source: http://ekinertac.com

Wordpress: get the role of the current user

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

PSD to wordpress theme – free plugin for Adobe Photoshop

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
  • Built in FTP-client
  • Widget ready Wordpress theme as output
  • Generate unlimited Wordpress themes

Browser compatibility

  • Resulting HTML/PHP code is div-based
  • Cross browser HTML / CSS code
  • Encoding support

buy Adobe photoshop:

Cleanup Wordpress Plugin

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 or link to plugin page using this link .

This plugin is free for personal or comercial websites. But if you like it donate it.

Best and free Wordpress theme collection ever

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

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

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 if a mobile device connect it and change blog theme with one witch is compatible with a mobile device screen. So your reader can read widout dragging left and right on scrollbars.

Click for: WPtouch Home page