spacer

Slabserif – Free WordPress Theme

Posted on February 5, 2012 by zourbuth 1 Comment

Slabserif, is a WordPress theme with responsive design, suitable for all device. Based on a baseline grid, large text, slab and serif. Special thanks to Jonka for his creative design in designmoo. Demo Download

spacer

Endemica – Free WordPress Theme

Posted on February 5, 2012 by zourbuth Leave a comment

Endemica, is a WordPress theme with responsive design, suitable for all device, clean and simple design. Download

spacer

Fuorsquare – Free WordPress Theme

Posted on February 2, 2012 by zourbuth Leave a comment

Fuorsquare, is a WordPress theme with clean and simple design, suitable for small device user. Gray scheme colour, light, two-column, fixed-width, custom-menu, sticky-post and translation-ready. Download Fuorsquare

spacer

Modulation – Free WordPress Theme

Posted on January 26, 2012 by zourbuth Leave a comment

Modulation is a responsive theme works perfectly with Chrome, Safari, Firefox, IE7, IE8 and works alright with IE6. Adapt itself to work on just about any monitor, even mobile. Support for new computers, old computers, netbooks, tablets, smartphones, some feature …Read more.

spacer

Responsion – Free WordPress Theme

Posted on January 24, 2012 by zourbuth 1 Comment

Responsion is a responsive theme works perfectly with Chrome, Safari, Firefox, IE7, IE8 and works alright with IE6. Adapt itself to work on just about any monitor, even mobile. Support for new computers, old computers, netbooks, tablets, smartphones, some feature …Read more.

spacer

Hypocenter – Free WordPress Theme

Posted on January 22, 2012 by zourbuth Leave a comment

Hypocenter is an advanced theme created to highlight articles. It features with powerfull options. Download from WordPress

spacer

Creating WordPress Snow Effects With jQuery Snowfall

Posted on December 24, 2011 by zourbuth 5 Comments

Merry Christmas! This tutorial will show how to create snow effect using awesome jQuery plugin Snowfall. The main idea is using your page body to handle the snow. Download the jQuery plugin Snowfall, create a directory ‘snowfall’ in your theme …Read more.

spacer

Get Custom Taxonomy Terms Using WordPress Archive Template

Posted on December 23, 2011 by zourbuth Leave a comment

This tutorial will get the custom taxonomy ID by using get_query_var and get_term_by in archive.php template. The example url is zourbuth.com/?manufacturers=motorola. Put this code in your theme archive.php: $taxonomy = ‘manufacturers’; $cat_name = get_query_var( $taxonomy ); $term = get_term_by(‘name’, $cat_name, …Read more.