Change the Page Title of the Archive Page for Portfolio Tags

I managed to resolve my question. by just adding this code to the title function of my theme. I didn’t know it was not included that’s why.

    } elseif (is_tax() ) {
        $title = single_term_title( '', false );