[wp-trac] Re: [WordPress Trac] #4609: Default theme (Kubrick): WP
2.3 do not display all links
WordPress Trac
wp-trac at lists.automattic.com
Thu Jul 12 15:27:11 GMT 2007
#4609: Default theme (Kubrick): WP 2.3 do not display all links
----------------------------+-----------------------------------------------
Reporter: albaran | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Administration | Version: 2.3
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by Otto42):
Replying to [comment:6 albaran]:
> Seems we are not talking about the same think. I am working with '''WP
2.3-alpha''', you are working with '''WP 2.2'''. May be your are just out
of subject!
No, I am fully aware of taxonomy, and that doesn't change what I'm talking
about.
> So categories for posts and categories for links are now clearly
identifiable and differents using this taxonomy.
No, they are not. They are still in the same table. Now, they do have a
"taxonomy" column that will be "link_category" for the link categories,
but that doesn't really make them different or separate. They're still in
the same table. All that wp_list_bookmarks is doing is calling
get_terms('link_category',...) and this gets the list of terms with
taxonomy="link_category". But that doesn't change the way it's stored
internally nor what's going on. The old method (in 2.2.1) was similar in
nature, it just used different columns and names and such.
Now, what is the actual content of your taxonomy table? You posted
something earlier, but I downloaded it, and it was an importer and so
posting it doesn't make any real sense. Why don't you post the actual dump
of your database so we can see the actual content of it instead?
--
Ticket URL: <http://trac.wordpress.org/ticket/4609#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list