Listing settings and query
This page is the behavior half. The design half is Customizing the look.
#Where the posts come from
Two modes, worth separating immediately.
Follow the page context. On a category archive the listing shows that category posts, on a search page the results. This is archive mode, and it is what makes one template serve every archive.
Its own query. You decide what appears: categories and tags, authors, specific posts, exclusions, how many, an offset, and the sort order.
Offset deserves its own sentence. When one page carries two listings drawing from the same source, the second one repeats the first one's posts unless you offset it. That is the most common mistake when assembling a front page: the newest article appears twice, three rows apart.
Term listings work the same way in their own words: which terms to take, how many, in what order, and whether to show empty ones.
#What the card shows
The card parts: media, category, title, description, the meta row (author, date, reading time, counters), and a button.
Text is trimmed by lines rather than by characters. The title and description stay within a set number of lines, so cards in a row do not end up at different heights.
#Pagination
Three modes, each with a purpose:
- Numbered pages
For large archives, and for search engines, which follow page links.
- Load more button
For browsing, where the reader chooses to continue.
- Infinite loading
For genuinely long feeds.
Infinite loading on an archive of twenty posts solves a problem you do not have. It also removes the footer from reach, which is where people look for your contact details.
#Post formats
The listing knows about post formats. A gallery, a video, an audio post, or a quote is presented differently on the card, and the player works right there in the list without opening the post.
The format affects both the card and the post page, which makes it part of writing rather than something you add afterward. See Post formats.
#AI mode
A layer over the ordinary query, not a replacement for it. The listing stays a listing; AI only influences the selection. It needs the AI features integration active and a route configured. See Set up AI features.
#Why some settings disappear
Not a bug, and the most frequent question about the panel.
The available fields depend on the chosen card type and listing type. A card with no media has no media settings; a ticker has no pagination.
As a rule: the settings shown are the ones this type can actually carry out. The schema knows what belongs to what, so the interface does not offer knobs that would do nothing.
Can one listing show posts from several categories?
Yes. The category field accepts more than one, and posts from any of them qualify.
How do I exclude the post I am currently reading?
Listings placed on the post page exclude the current post by default, so a related block never recommends the article somebody is already reading.
Last updated
Was this article helpful?
- Basic settings in the Customizer
- Set up dark mode
- Theme Options: the advanced settings panel
- General: site behavior
- General: optimization
- SPA and page transitions
- Content zones and insertions
- Blog: how posts are presented
- Before you go: the exit-intent banner
- Floating card: a post that follows the reader
- Marketing surfaces and analytics
- Accessibility settings
- Object-level settings
- Category fields
- Tag fields
- Author profile fields
- Page fields and per-page layout
- Post fields
- Widget areas
- Writing a post in Verba
- Post formats
- Building a post from a block pattern
- Building a post with an Elementor template
- Post header styles
- Reading aids: how the four blocks work
- TL;DR summary
- Key points
- Table of contents
- Summarize with AI
- Reading bar
- Sharing: placements, styles, and copy link
- The share block in the post footer
- Continuous reading: the next post without a click
- Likes, views, and comment voting
- Related posts and read also
- Sources and citations
- Splitting a long post across several pages
- Comments
- Formatting the body of an article
Resources