This plugin is broken on wodpress v3.3 and above version.
Please fix.
Thank you.
This plugin is broken on wodpress v3.3 and above version.
Please fix.
Thank you.
Ok, I have resolved that issue myself.
Around line 13 in wp-content/plugins/robots-meta/robots-meta.php
Find the code below.
require_once('/yst_plugin_tools.php');
Replace that code as below.
require_once( plugin_dir_path( __FILE__ ) . '/yst_plugin_tools.php');
That's it ! Done !
Then It works well :)
You must log in to post.