News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Split WordPress Content Into Two or More Columns
February 05, 2010 @ 12:58:00

On the SitePoint PHP blog there's a recent post from Craig Buckler showing how to split up your WordPress content into two or more columns quickly and easily.

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. But what if you need to split the content into two or more blocks? That might be necessary if your theme requires multiple columns or sections on the page.

There's a built in call WordPress includes, "get_the_content", that returns the content rather than just echoing it out. With this handy function giving you just the content, you're free to split up the content however you want - on certain tags or as they suggest, using the "more..." tag and a few modifications to a few other scripts to split it out into DIV blocks.

0 comments voice your opinion now!
wordpress content tutorial split column


blog comments powered by Disqus

Similar Posts

DevShed: Main Methods of the DirectoryIterator Class in PHP 5

Rob Allen's Blog: ID!=id (Zend Framework Tutorial Updates)

Devshed: PHP Email

phpRiot.com: Fetching Data With Zend_Db

DevShed: Building File Uploaders with PHP 5


Community Events











Don't see your event here?
Let us know!


code development language introduction framework series community unittest interview tool example object conference podcast zendframework2 phpunit release functional testing opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework