treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How do I create multiple text columns in WordPress?

  • Hi all,

    I'm converting this CSS/HTML site http://tw2dev.fabianross.com/team.shtml to WordPress. I have things started here: http://tw2blog.fabianross.com/services/

    My client would like 2 columns of text. However, since IE doesn't support 2 columns of text I manually created the two columns. Also, on the page shown above, I have an intro heading and paragraph that spans the entire width.

    I'm struggling to figure out how to code this in WordPress. Does anyone have any suggestions?

    Thanks,

    Jerry
  • I found the answer to my question. There is a plug-in for creating multiple columns of text. You can find it here: http://www.samburdge.co.uk/wordpress/wp-post-columns-plugin-2
  • What is the actual way to integrate the plugin....???
  • Christin,

    1. Download the plug-in via the link provided in my earlier post
    2. Login as the WordPress admin for your website
    3. Navigation to Plug-ins
    4. Choose "Add New"
    5. Then choose "Upload"
    6. You will then see the instuctions "Install a plugin in .zip format". Browse your hard drive to find the .zip file you downloaded. Select that file for upload and choose "Install Now".
    7. Once installed, seletive "Activate Plug-in".
    8. The code you enter into your page should now work.

    Jerry
  • Thanks cre8tive1..