How To Add Multiple Widget Sidebars To Your WordPress Blog

By Anthony Hortin | Tuesday, March 2nd, 2010

img_how-to-add-multiple-widget-sidebars-to-your-wordpress-blog

I’ve found that the term “sidebar” within WordPress can have multiple meanings. Within your index.php file you will most likely find a call to the php function get_sidebar(). This is referring to the sidebar column, sometimes called the right-hand (or left-hand) navigation column. A sidebar also refers to the location where you add all your Widgets. The Widgets control the content that appears within the sidebar (column) and will usually display lists such as your Recent Posts, Categories, Links or dozens of other items. (more…)

Design Tips For Creating HTML Emails

By Anthony Hortin | Monday, May 4th, 2009

img_design-tips-for-creating-html-emails

If you think that because you know how to code a web page, an HTML email should be “no trouble”, then think again. There are lots of considerations that you need to take into account to get your HTML email to render correctly across the numerous email and web mail clients. (more…)