Tags for custom post types
Custom post types can share tags with normal posts. To do this, add the following line into your custom post declaration.
|
1 |
register_taxonomy_for_object_type('post_tag', 'portfolio'); |
Custom post types can actually also have their Read More »