• Hi guys–

    I was wondering if there’s any turn around in restricting the blog posts appear on my homepage? Please see my site here http://fore-one.com/ and scroll down to my blog post titled “Sourcing ideas: MAFBEX 2013” that’s the post that I don’t want to see appearing on my hp together with some future posts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • First off, setup Child Theme.
    Then copy and paste content of your index.php from parent theme to home.php in child theme folder (create file with this name).

    And then find and remove following code form home.php of child theme :

    <!--content-->
    
    		<div class="row" id="content_container">
    
    	<!--left col--><div class="eight columns">
    
    		<div id="left-col">
    
    			<?php get_template_part( 'loop', 'index' ); ?>
    
    	</div> <!--left-col end-->
    </div> <!--column end-->
    
    <?php get_sidebar(); ?>
    
    </div>
    <!--content end-->
    Theme Author manish_gori

    (@manish_gori)

    GO to appereance – theme options. At top See the help instrutions are clearly given, Or read reade.txt file in themes folder.

    good information! thanks manish_gori, I’ve success to remove post on my home page at http://shake.hol.es

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Any way on not showing any blog post on the homepage?’ is closed to new replies.