Daily contents with txp:if_different
One of the newer conditional tags added to Textpattern on the 958 revision – <txp:if_different> – allows to display date based contents in our sites without trouble.
Let say we want to display a date based header into our articles lists, which must be shown only if the day changes from one article to the next one. This can be easily achieved by placing exactly the same code Alex wrote two days ago into our article form:
<txp:if_different>
<!-- heading - only once per day -->
<h3><txp:posted format="%d %B %Y" /></h3>
</txp:if_different>

— David · Oct 3, 01:48 PM · #
— thomas · Oct 12, 07:18 AM · #
Thanks!.
— Pedro Palazón · Oct 13, 05:07 PM · #
This conditionnal tag will really prove useful, thanks ! Another one to add to TextBook :-)
— Adrianne Curry · Nov 18, 07:00 PM · #
But what if you want a monthly view, e.g. all posts under November? Could this be achieved without a plugin? TIA
— Anton Andreasson · Nov 25, 10:27 AM · #