[wp-hackers] Attaching a Taxonomy on Posts?

Vassilis Mastorostergios vmasto at gmail.com
Sat Jul 9 02:19:24 UTC 2011


Works perfectly in my case mate and it's much more elegant than the code
I've written, thanks a lot!




On Sat, Jul 9, 2011 at 5:12 AM, Dion Hulse (dd32) <wordpress at dd32.id.au>wrote:

> add_action('init', 'some_function', 100);
> function some_function() {
> register_taxonomy_for_object_type( $taxonomy, $object_type );
> }
>


More information about the wp-hackers mailing list