Opened 7 years ago
Closed 7 years ago
#2253 closed enhancement (fixed)
categories.php : clicking on the number of posts should bring up page with all the articles of this category
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.0 |
| Severity: | normal | Keywords: | categories link posts management has-patch |
| Cc: |
Description
It might prove useful to be able to see all the articles attached to one category, in the admin interface, by clicking on the number of posts of the wanted category in the /wp-admin/categories.php . Otherwise, there is no way to only display one category's posts - which is a natural way of managing a blog. This would make a great and much intuitive addition to WP.
Attachments (2)
Change History (11)
comment:1
davidhouse
— 7 years ago
- Priority changed from normal to low
- Severity changed from normal to trivial
comment:2
fncll
— 7 years ago
- Keywords management added
- Severity changed from trivial to enhancement
- Summary changed from categories.php : clicking on the number of posts should bring up page with all the articles of this category to This should be possible in Manage > Posts and orig request should be integrated as well...
I would expand this as well-- in the Manage > Posts page one should be able to browse "category" as well as month. I'm assuming that the request above would put one into manage mode for the resulting list, not just take one to the front-facing category view?
comment:3
xibe
— 7 years ago
- Summary changed from This should be possible in Manage > Posts and orig request should be integrated as well... to categories.php : clicking on the number of posts should bring up page with all the articles of this category
comment:4
skippy
— 7 years ago
ColdForged's Enahnced View plugins does just this:
http://www.coldforged.org/the-enhanced-view-plugin/
I don't know if it's compatible with WordPress 2.0.
comment:5
skippy
— 7 years ago
Just tested ColdForged's plugin. It doesn't work, out of the box. It's GPL, though, so an enterprising person could update it.
comment:6
xibe
— 7 years ago
I didn't know about this plugin. But these functions seem so obvious the I'd say it should be included within WP. Dotclear does it by default : http://www.dotclear.net/screenshots/categories.png
davidhouse
— 7 years ago
comment:7
davidhouse
— 7 years ago
- Keywords bg|has-patch added
comment:8
Nazgul
— 7 years ago
- Keywords has-patch added; bg|has-patch removed
- Owner changed from anonymous to Nazgul
- Status changed from new to assigned
Currently in trunk we can can see the post for a specific category on the Manage -> Posts screen, which fixes part of this ticket.
But it would be a usabillity enhancment to make this directly accesible from the Manage -> Categories page, thereby also fixing the other part of this ticket.
The attached patch makes the "Posts" column link to that subset on the "Manage -> Posts" page and it does the same with the "Bookmarks" column, pointing to the "Blogroll -> Manage Blogroll" page.
Well, there is a way, just not from admin. Agreed, though.