List modified posts, and exclude new post?
-
I have one shortcut to display new posts:
[catlist name=mycategory orderby=date order=desc date=yes numberposts=10 dateformat=”l, d F Y”]
And one to display recently updated posts:
[catlist name=mycategory orderby=modified order=desc date_modified=yes numberposts=10 dateformat=”l, d F Y”]
The latter displays (of course) also all new posts, since their modification date is also fresh. This lists a lot of “duplicates” between the two queries.
Is there a way to exclude post in my “recently” query in a way that it doesn’t show posts which are found in the “new” query?
The topic ‘List modified posts, and exclude new post?’ is closed to new replies.