Title: Create a single post with two columns
Last modified: January 5, 2018

---

# Create a single post with two columns

 *  [cmte4dm](https://wordpress.org/support/users/cmte4dm/)
 * (@cmte4dm)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/create-a-single-post-with-two-columns/)
 * I’d like to create a single static page with two columns.
    In column A, I would
   like to have text. In column B, I would like to have a small form for three-four
   inputs. Any ideas?

Viewing 1 replies (of 1 total)

 *  [sumowp](https://wordpress.org/support/users/sumowp/)
 * (@sumowp)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/create-a-single-post-with-two-columns/#post-9835895)
 * There are many ways to do this but the easiest way without installing a plugin(
   page builder) is using table. You can find table button on WordPress editor, 
   or simply use below code to create a table with two columns:
 *     ```
       <table>
         <tr>
           <td>your text goes here</td>
           <td>your form goes here</td>
         </tr>
       </table>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Create a single post with two columns’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyseventeen/4.0/screenshot.
   png)
 * Twenty Seventeen
 * [Support Threads](https://wordpress.org/support/theme/twentyseventeen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyseventeen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyseventeen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyseventeen/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sumowp](https://wordpress.org/support/users/sumowp/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/create-a-single-post-with-two-columns/#post-9835895)
 * Status: not resolved