i have project use wordpress. use taxonomy , have problem this: my site music , there 4 type: singer, author, album , category. details in article (which defines song details). article belong category (1 or more), article of singer (who sing song), article of author (who write song) , belong album. category ok, i can post new post , set taxonomy singer, author, album , category now. can list article of singer, , can list article of album, author, category. now, want show album of singer in list of article of singer. please me? here code: function msc_register_taxonomies() { $taxonomies = array( array( 'slug' => 'ns', 'single_name' => 'author', 'plural_name' => 'authors', 'post_type' => 'msc', 'rewrite' => array( 'slug' => 'ns' ), ), array( 'slug' => 'singer'...