Ticket #687 (closed enhancement: duplicate)
Add obsolete state to posts/pages
| Reported by: | jcdubacq | Owned by: | olivier | 
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 | 
| Component: | module:blog | Version: | 2.1 | 
| Severity: | normal | Keywords: | |
| Cc: | 
Description
It would be a great enhancement if posts/pages could be marked as obsolete. An obsolete post would appear in the archives (as a published one), but not on the front page. A state selector (obsolete/published/all) would be useful on the Entries loop.
Change History
Note: See
        TracTickets for help on using
        tickets.
    
As workaround, the mymeta plugin can be used for this kind of filtering, by adding a mymeta field containing the list of states (obsolete/published/all)
The latest version adds mymetaid and mymetavalue attributes for tpl:Entries filtering.