Posts Tagged ‘content’

Split Your WordPress Content Into Two or More Columns

Sunday, February 7th, 2010

image

WordPress is a great CMS, but implementing some features within your theme can require a little lateral thinking. The content for your page or post is usually output by the theme code using a single function call:

the_content(args);

(more…)