/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<?php if(is_home() || is_front_page()) {
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('showposts=3&paged='.$page.'&posts_per_page=5');
} ?>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                