Opened 20 years ago
Closed 20 years ago
#3351 closed defect (bug) (fixed)
page_for_posts shows all posts
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | Administration | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
page_for_posts shows all posts.
Need to set is_singular = false;
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [4463]) is_singular should be false for the posts page. Props mdawaffe. fixes #3351