Post Archives

Easy Query Pro makes it easy to fetch and display post archive content on WordPress archive pages by simply adding archive=”true” to the core shortcode.

Example Shortcode[easy_query archive="true" post_type="post"]

With archive set in a shortcode, Easy Query will automatically detect the current archive type and build the perfect query on the server side based on the type.


Archive Types

The following archive types are currently supported with the archives integration.

  • Taxonomy
  • Category
  • Tag
  • Author
  • Date (year, month, day)
  • Post Type Archives

Template Example

The following code sample is a complete  archive.php template that generates the page title for each archive type followed by the Easy Query shortcode.

You can separate archives into unique templates (category.php, tag.php etc) if you wish – the archive integration works in all supported archive templates.

Note: When using the archive integration, do not set additional query shortcode parameters other than posts_per_page and/or post_type – Easy Query Pro automatically creates the query for you based on the current archive page and other parameters may cause unexpected consequences.