/ Published in: PHP
Expand |
Embed | Plain Text
<?php global $wp_query; $wp_query = new WP_Query('post_type=set-gallery&post_status=publish&posts_per_page=-1&paged='.$paged); ?>
You need to login to post a comment.
javifr on 10/29/10
1 person have marked this snippet as a favorite