Columns within a page

Discussion in 'ColorWay WordPress Theme' started by kaocoaching, Dec 5, 2013.

  1. kaocoaching

    kaocoaching Member

    Joined:
    Jan 8, 2012
    Messages:
    34
    Likes Received:
    1
    Do you know how I would add the ability to have text in columns within a page or post?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    To achieve this you can use column shortcode in the page text editor.
    Go to the Pages > Add New panel in your dashboard and paste the column shortcode in the page text editor area
    and then select the fullwidth page template from the Page Attribute section.
    This will solve your issue.

    For example

    Code:
    [col2]
    Enter your text here
    [/col2][col2_last]
    <img src="Enter your image address"/>
    [/col2_last]
    
    Also check the link given below, I hope it will help you
    http://www.inkthemes.com/how-to-use-shortcodes-in-themes/02/
     

Share This Page