Tag Archives: tags

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. register_taxonomy_for_object_type(‘post_tag’, ‘portfolio’); Custom post types can actually also have Read More »