• Hi there,

    I am using the Posts in Page plugin to allow for a specific page to show all posts of a certain category. However, the posts are shown in a vertical one after another manner. I want them to be shown in a columnar fashion.

    So:

    Post 1 Post 2

    Post 3 Post 4

    Right now a page of mine has the following code:
    [ic_add_posts category='category_name']

    I am now using Column Shortcodes to put the content of this in a 3-columns format. So I’m wrapping that like this:

    [one_third][ic_add_posts category='feja']
    [/one_third]

    Seems like the Posts in Page plugin is using [ic_add_posts category=’category_name’] to grab every post first then its applying the Column Shortcodes [third] to columnize the posts.

    However there is only one column that is shown with all the posts aligned vertically one after another.

    Help!

  • The topic ‘Page with posts in multiple columns’ is closed to new replies.