• Resolved bobbyavidity

    (@bobbyavidity)


    I’ve looked in the tutorials but can’t figure this out. I have the blogs on my homepage, but want my pages such as about, and contact to be plain without the “Posted by” “permalinks” “comments” & “comments are closed”. How do I do this? I just want these pages to be able to input text or contact forms…no blogs. Any help would be appreciated. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • write them as ‘page’ in the admin editor – not as ‘post’.

    edit page.php on your theme to fit your need.
    or you can create any other template file then asscociate with page,
    dont forget to put these lines on the top of your template,

    <?php
    /*
    Template Name: Your template name
    */
    ?>

    Thread Starter bobbyavidity

    (@bobbyavidity)

    Awesome, that worked. Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plain page without a blog’ is closed to new replies.