Frank,
I love this plugin and use it on a lot of sites and it appears you have already fixed the issue because deleting and reinstalling the same version of the plugin does works however this causes a lot of problems as all of our sites will lose their settings and each site will have to be done individually (even though we use the Import option). This will be a tremendous amount of work.
I admit I am not a programmer nor do I know much about how plugins are created or updated but I think it it would have been better for everyone if you would just issue a updated version so we don’t lose our settings.
For those who do not want to lose their settings the issue I found at line 285 is:
wrong:
$current_post_type = get_post_type($post->ID);
right:
$current_post_type = get_post_type( get_queried_object_id() );
Again, I admit I may not know what I am talking about but without an updated version this is going to be a real pain for many of us.
Thank you for all of the hard work you have put into this plugin. I don’t know what I would do without it.
David
-
This reply was modified 11 months, 3 weeks ago by intowernet.