Topics

writing

Related post, like review of jeans, event, magazine, etc…

[insert_php] $paged = get_query_var(‘paged’); [/insert_php] [insert_php] query_posts(“cat=11&posts_per_page=-1&paged=$paged”); [/insert_php] [insert_php] if (have_posts()) : while(have_posts()) : the_post(); [/insert_php] [insert_php] endwhile; [/insert_php] [insert_php] else: [/insert_php] [insert_php] endif; [/insert_php] No tags for this post.