<?php $temp_query = $wp_query; ?> <?php query_posts(‘tag=sometag,anothertag&posts_per_page=10’); ?> <?php while (have_posts()) : the_post(); ?> // […]
Tag: sorting
Sorting Featured Posts (WordPress)
I can display posts from featured category like so: query_posts(‘tag=featured’); … but is it possible […]
WordPress order/sort problem
The Problem: I would like to sort my posts based on custom fields, when the […]
No More Posts Available.
No more pages to load.