Advanced – Styled blog post grid

This template displays a styled post grid of recent blog posts. All of the styling can be changed in the Style tab above. …

Intermediate – Blog posts by category term

This template demonstrates using loops within loops to pass information from one query to another. The outer loop displays all the category terms and then for each term, the inner loop displays posts that have that term assigned to them. …

Intermediate – List of posts published in the last two weeks

This template uses the query parameters 'publish_compare' and 'publish_date' to display all posts published after a certain date. It uses the Date tag to dynamically calculate the date two weeks prior to the current date. Within the text…

Beginner – List of posts from a specific taxonomy

This template will introduce you to the concept of query parameters, which are used to specify the criteria about what content should be queried by the Loop tag. Each loop type has its own query parameters that can be used. In the example…