• Richie:

    I have a Home page which uses the Default Template, and we want 3 columns.

    I have created a post category and then a post with that category, and selected the category in the Home Page Featured Category 1.
    But the post does not show on the Home page.

    It will show if I change the page template to Blog, but then my page content disappears.

    Is there a way to have 3 columns and page content, rather than stacks of posts?

    :Susan

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    maybe try copy paste index.php into page-templates/ and rename it template-custom-home.php

    open it and add this on top.

    <?php
    /*
    Template Name: Custom Home
    */
    ?>

    and use this as page template instead on the page you mention.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to Make 3 Columns in Page’ is closed to new replies.