• Resolved Annekee

    (@annekee)


    Is it possible to add Post Tags to Portfolio Items? I am using a child theme, so a script for functions.php would be welcome. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Annekee

    (@annekee)

    Found the solution! Simply put this in functions.php:

    function reg_tag() {
    	register_taxonomy_for_object_type('post_tag', 'portfolio');
    }
    add_action('init', 'reg_tag');
    hannah

    (@hannahritner)

    Glad you were able to find a solution! ??

    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add tags to portfolio items?’ is closed to new replies.