cpt-archives icon indicating copy to clipboard operation
cpt-archives copied to clipboard

Quick fix for title with Yoast WordPress SEO

Open klihelp opened this issue 8 years ago • 2 comments

WordPress SEO uses pre_get_document_title filter with priority 15.

Add pre_get_document_title filter with priority 20 to make sure you get the correct cpt-archive page title.

$this->add_filter( 'pre_get_document_title', 'post_type_archive_title', 20 );

klihelp avatar Mar 25 '18 09:03 klihelp

That sounds reasonable. Would you mind submitting a PR and I'll get that merged?

bradyvercher avatar Mar 26 '18 15:03 bradyvercher

Have to look into the WordPress SEO filters to still remain compatible with their title prefix and suffix options.

klihelp avatar Mar 26 '18 19:03 klihelp