wpseo_title not working on taxonomy pages any more
-
Hi,
previously i was able to get the Yoast SEO title in my custom taxonomy pages by this code:$tax = get_queried_object(); $tax_meta = get_option('wpseo_taxonomy_meta'); $title = $tax_meta['artist'][$tax->term_id]['wpseo_title']; $title = is_null($title) || strpos($title, '%%') != false ? wp_get_document_title() : $title;
but it stopped working because there is no wpseo_title in the $tax_meta any more.
what should i do to get my Yoast SEO title in the taxonomy pages?The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wpseo_title not working on taxonomy pages any more’ is closed to new replies.