wordpressmetablog.com - Wordpress Metablog

Description: Wordpress Metablog is a blog and guide about the process of creating custom Wordpress themes from scratch, including tutorials and code snippets.

tips (2730) how to (1223) beginner (438) themeforest (332) wordpress development (255) codex (132) custom themes (14) theme development (12) wordpress 3 (1)

Example domain paragraphs

It’s easy to find tutorials about the basics of WordPress theme design: the loop, comment forms, template files, etc. If you’re looking to add more advanced functionality to your theme, however, you won’t find help so easily. Sometimes I think commercial theme designers intentionally keep their secrets to themselves… Continue reading →

In this tutorial, we’re going to take a look at how to build a horizontal accordion slider using CSS 2D transforms and a bit of jQuery.

Typically, the trickiest part about this kind of horizontal accordion is getting the text on the accordion “spines” to display vertically, so people usually use images to display the text. It’s not simple, but using some CSS 2D transforms, we can actually make the text display vertically without using images.