Skip to main content
Prime DirectionBundle

Filters

Several Wire settings take the same short filter string. It answers two questions at once: which items to show, and in what order.

Where filters are used#

SettingControlsDefault
section_tags_filterThe tag carousel under the homepage coverpopular:5
section_tag_posts_filterThe tag posts section and its pillspopular:2
section_authors_filterThe authors carousel on the homepagepopular:6
page_tags_filterThe Tags pagepopular
page_authors_filterThe Authors pagepopular

All of them live in ⛭ Settings → Design → Customize → Theme.

Syntax#

ValueResult
popularMost posts first. For tags and authors this counts published posts, not page views
a-zAlphabetical by name
z-aReverse alphabetical
recentNewest first, by the date the tag or author was created
popular:6Any of the above with a limit — here, the six with the most posts
reviews,interviews,gearExactly these items, in the order you list their slugs
(empty)Hides the section completely

The limit accepts up to three digits, so popular:100 is valid.

Examples#

Show the eight busiest tags in the homepage carousel:

popular:8

Pin three sections in a fixed order, ignoring how many posts they have:

reviews,interviews,scenes

List every author alphabetically on the Authors page:

a-z

Hide the homepage authors carousel:

Notes#

  • Slugs, not names: use field-recording, not Field Recording.
  • A tag or author with no published posts is skipped, so a filter can return fewer items than the limit.
  • Tag filters always leave out editions — any tag whose slug starts with issue-. They have their own home on the Issues page. See Issues.
  • An unknown slug in a comma list is ignored rather than breaking the section.