Quote:
Originally Posted by magneto664
hey cyberseo, did you think about integration with yoast?
I want to automatically overwrite the yoast title and meta desc fields. for example in post table: _yoast_wpseo_metadesc, how to do this?
maybe you will think about adding these fields in configuration? how are the content, before and after post fields added?
tnx
|
You should use PHP code to do that. E.g.:
Code:
$post['custom_fields']['_yoast_wpseo_metadesc'] = 'blah blah blah';