HOW TO restrict article edit list screen to a particular category
April 29, 2008 @ 12:01pm
On the "manage articles screen I would like to add a pulldown category list to pick a category and restrict the list of articles to that category. Could you please point me to the appropriate coe to look at to make this change.
Regards, Chris
DCSun Administrator
Posts: 348
April 29, 2008 @ 2:29pm
Chris,
Maybe I'm missing something, but they're already arranged by category and you can expand/contract them to view the ones you wish.
But whatever the case may be, that output is controlled on line 163 of the inc-na-admin-articles.php file, so you can alter that MySQL query to suit your needs. The list of categories is generated on line 138 of the same file if you wanted to build your dropdown from that.