[ad_1]
I’m looking for something that’s ideally a sidebar widget.
We run a membership site. Sometimes we update old posts. Sometimes we add new posts and pages.
It could be cool if there was a plugin or something that could show people what’s new.
That way when they login… they can see what’s been updated or added.
Anything you know of that fits this description?
[ad_2]
WordPress does this natively, to an extent. Guessing though you want specific control. Do you need to populate it automatically? Add a tag or category to pull Latest News, and sort by newest first with a post limit to display.
If it’s queried by the post_modified property of the post object then it’ll pull the updated ones as well. This would work regardless of when it was initially created.