Revision: 21656
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 17, 2009 13:12 by Ben
Initial Code
<?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');
} ?>
Initial URL
Initial Description
Initial Title
Wordpress number of posts in pagination
Initial Tags
Initial Language
PHP