Tim
1
-
The problem
META tags should appear in HEAD, if you add them in article they will be posted in BODY.
-
Simple solution
- SCM poster takes META tags and posts it as post attribute
- A plugin converts post attribute into META
There was an old solution for this already, needs to be tested to see if it still works.
Tim
2
In user resources, there is a plugin.
Tim
3
Unfortunately the WP poster in SCM doesn’t correctly transfer meta tags into post custom fields.
The above plugin will not work.
Investigating how to re-enable meta tag transfer.
Tim
5
custom post via api requires some deep php editing per blog, so using wp api to do it doesn’t work.
looking for alternative.