News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

DevShed: Introducing the Memento Pattern

Jonathan Street's Blog: When scraping content from the web don't make it obvious

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

DevShed: Database and Password Security for Web Applications

DevShed: Error Handling for Dynamic Twitter Signature Images with PHP


Community Events









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


extension opinion zendframework release codeigniter apache windows feature drupal symfony sqlserver developer podcast job framework facebook performance microsoft wordpress conference

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