<?php
global $wp_query;
query_posts(
array_merge(
array('showposts' => -1),
array('offset'=>1),
$wp_query->query
)
);
?>
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment