Personal, Portfolio & Business One Single Page WordPress Theme Collection

Box One – A One Page Business WordPress Theme Box One is a brand new WORDPRESS theme developed exclusively for Mojo Themes. It’s perfect for business or a personal users. It’s incredibly powerful, flexible, and easy to use! Choose any …Read more.

Slabserif – Free WordPress Theme

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

Endemica – Free WordPress Theme

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

Fuorsquare – Free WordPress Theme

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

Modulation – Free WordPress Theme

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.

Responsion – Free WordPress Theme

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.

Hypocenter – Free WordPress Theme

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

Creating WordPress Snow Effects With jQuery Snowfall

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.

Get Custom Taxonomy Terms Using WordPress Archive Template

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 http://http://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.