Not displaying articles that were published over a year ago

This can be done by using the "age" criteria, which is the age of the article as calculated by the number of days since the article was published to the public site.

To retain the articles that are less than a year old in the current section, we use the criteria: {age < 365} :

<B_arts_recents>
	<ul>
	<BOUCLE_arts_recents(ARTICLES){id_rubrique}{age < 365}{par titre}>
		<li>#TITRE</li>
	</BOUCLE_arts_recents>
	</ul>
</B_arts_recents>

Alternatively, to take consideration of the article’s age in relation to its date of "earlier publication" rather than the date that it was put on-line, you will need to use the "age_redac" criteria instead of "age". The age is indicated as a number of days. See: "Managing Dates".

Note that this kind of filtering is possible with all types of data that have an associated date (news items, forums...).

Author Mark Published : Updated : 29/06/23

Translations : català, English, Español, français, italiano, Nederlands