Category SEO Meta Tags Upgrade Available for WP 3.0
Download latest version 1.1 compatible for wordpress 3.0 and above from wordpress plug-in repository.
Download latest version 1.1 compatible for wordpress 3.0 and above from wordpress plug-in repository.
Hi there,
Thanks for a great plugin. I mean it will be great once i get it to work properly:) I´m having troubles saving the data. It returns blank whenever I try to save it. I´m having this problem with WordPress 3.01. Also with headspace2, same thing. If you´d help me I´d be grateful!
Hi again, I think I found the reason why it wasn´t working. It seems if I leave any fields blank no options array update will occur. In my case i left both the description and the keywords blank. So now it´s working! Horray! The thanks for creating the at present only working solution avaiable. To my knowledge anyways…
Cheers
David
Hehe, I think you have to disregard my last comment. I did some tweaking to you plugin and managed to save the data. At least. Now I just need to display the darn title too. Care to help?
@David :
Only required if you want to use this plugin with All In One SEO Pack and Title Rewrite Option is on) Download and open aioseop.class.php file and find following line “if ($aioseop_options[‘aiosp_rewrite_titles’]) {“. It is around line number 105. Replace entire line with “if ($aioseop_options[‘aiosp_rewrite_titles’] && !is_category()) {“. Below are the changed before and after change.
Before the change:
if ($aioseop_options[‘aiosp_rewrite_titles’]) { ob_start(array($this, ‘output_callback_for_title’)); } } function aioseop_mrt_exclude_this_page(){
After the change:
if ($aioseop_options[‘aiosp_rewrite_titles’] && !is_category()) { ob_start(array($this, ‘output_callback_for_title’)); } } function aioseop_mrt_exclude_this_page(){
Even after I applied the above tweak, facing the same issue. After setting the meta tags the fields become blank and nothing is saved.
Using All In One SEO pack version 1.6.x which is latest in free versions.
It’s not working even after I deactivated All in One SEO plugin. Please help in this regard.
Dear Bala Krishna,
Thanks for plugin Category SEO Meta Tags, but it would be great if there is a plugin for Meta Tags for Tags Page. Thanks
Thanks, I will include this in next release.
Good news for you.. I have upgraded plugin with tag meta functionality. After testing i will release it in next few days, possibly on Monday.