• I want to take off the blogging and comment feature. I’ve been to settings>Discussions and it does not go away. Where do I go? Thanks.

Viewing 1 replies (of 1 total)
  • To turn off commenting, go to Settings > Discussion and un-check Allow people to post comments on new articles.

    If you would like to remove the posts from appearing on front page, do the following:

    1) Make a child theme of Small Business and make it active.

    2) Copy front-page.php from parent into the child theme directory and edit it. Delete this code and change

    <?php get_sidebar( 'frontpage' ); ?>

    to

    <?php //get_sidebar( 'frontpage' ); ?>

    3) Make a copy of featured-box.php from parent directory into the child theme directory and edit it. Delete

    <div class="content-ver-sep"> </div>

    Sample screenshot after doing above changes: http://i.imgur.com/OHb8dH8.png

Viewing 1 replies (of 1 total)
  • The topic ‘Blogging take off’ is closed to new replies.