Update: in spite of disabling owerwriting feature it still overwriting. Maybe because it is woocommerce taxonomies
Update 2: all meta set by custom code in header, Yoast ignore those
<title>Купить <?=$tname;?> “<? the_title(); ?>” за <?=esc_html( get_post_meta( $post->ID, ‘_regular_price’, true ) );?> руб. в Москве</title>
<?php else : ?>
and overwrites
-
This reply was modified 2 weeks, 4 days ago by
stegan.
You or your developer can use the wpseo_title
filter to customize this feature.
An example code snippet can be found here:
https://gist.github.com/amboutwe/34b80a4755b1a9140026bc2c82720114
Typically code snippets are added to your theme’s functions.php file. If you’re not familiar with using code snippets, these articles have wonderful advice:
http://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/
http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/