[wp-trac] [WordPress Trac] #3446: Blogroll showing post categories
but not link categories
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 6 19:35:07 GMT 2006
#3446: Blogroll showing post categories but not link categories
----------------------------+-----------------------------------------------
Reporter: mattyrob | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.1
Component: Administration | Version: 2.1
Severity: major | Keywords:
----------------------------+-----------------------------------------------
The function to call categories does not appear to be working as I am
expecting.
As I understand from looking at the code, for WP2.1 post and link
categories are to be amalgamanted. Functions are being written that allow
WP and plugins to seperate categories containing only links and those
containing only posts.
At the moment the blogroll page (link-manager.php) calls the
'''get_categories''' function as follows:
get_categories("hide_empty=1&type=link");
but on my test site it returns categories containing POSTS not LINKS.
Is this a defect in the code as I am unable to find a way to call link
categories only?
--
Ticket URL: <http://trac.wordpress.org/ticket/3446>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list