i want to install pagination in below my home page how would i do?
you could just try and add a line after the beginn of the loop ( after this bit <?php while (have_posts()) : the_post(); ?> ):
<?php if( is_home() && !is_paged() && $wp_query->current_post <= 2 ) continue; ?>