Opened 7 years ago
Closed 7 years ago
#3351 closed defect (bug) (fixed)
page_for_posts shows all posts
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch commit |
| 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