June 25, 2011
To undertake the task of building a WordPress theme with the help of CSS, we’re going to need the following things: 1. A style sheet that resets default CSS across all web browsers and makes a sane standard we can work from. 2. Another style sheet that rebuilds our typographical foundations in a smart way. [...]
Read the full article →
June 23, 2011
With a WordPress Sidebar Template, we need to make sure it’s “widgetized”. In this tutorial, we would use 2 widget areas, since with it the code can be used with both 2 and 3 column themes. The widget areas would be registered in the functions.php code as follows: function theme_widgets_init() { register_sidebar( array { ‘name’ [...]
Read the full article →