WordPress.org

Make WordPress Core

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: xibe Owned by: Nazgul
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)

2253.diff (1.1 KB) - added by davidhouse 7 years ago.
2253b.diff (911 bytes) - added by Nazgul 7 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 davidhouse7 years ago

  • Priority changed from normal to low
  • Severity changed from normal to trivial

Well, there is a way, just not from admin. Agreed, though.

comment:2 fncll7 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 xibe7 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 skippy7 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 skippy7 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 xibe7 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

davidhouse7 years ago

comment:7 davidhouse7 years ago

  • Keywords bg|has-patch added

Nazgul7 years ago

comment:8 Nazgul7 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.

comment:9 matt7 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [4543]) Link to category post page, fixes #2253

Note: See TracTickets for help on using tickets.