Use query_posts() for your main content loop. For any secondary loops (i.e. most popular posts), create a new query with the WP_Query object.
確定! 回上一頁