Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2025-01-12 14:44:08

kiplet
Member
Registered: 2006-01-28
Posts: 35
Mastodon

Listing articles between two relative dates

I’ve got a collection of little articles that I’d like to select from, in a random assortment, from those posted more than a month ago, but less than five months ago.

This tag does fine in selecting from the past month, for instance:

<txp:article_custom time="since" month="-1month" sort="rand()" limit=5 />

But I can’t wrap my head around how to set it so the range isn’t between now and 1 month ago, but between 1 month ago and 5 months ago.

Offline

#2 2025-01-12 15:04:35

etc
Developer
Registered: 2010-11-11
Posts: 5,278
Website GitHub

Re: Listing articles between two relative dates

Have you tried something like

<txp:article_custom month="-1month" time="-4months" sort="rand()" limit="5" />

IIRC, time is relative to month (if set).

Offline

#3 2025-01-12 15:15:47

kiplet
Member
Registered: 2006-01-28
Posts: 35
Mastodon

Re: Listing articles between two relative dates

And of course it’s something that simple. Thanks!

Offline

Board footer

Powered by FluxBB