Thread Starter
helvik
(@helvik)
Happy to compensate someone to fix this issue, just need it resolved. Thank you
That sounds insanely weird.
Could it be a conflict with another plugin, rather than a bug in Broadcast?
I think it could be an error in ThreeWP_Broadcast.php in legacy version (maybe only in new WordPress versions?). I’ve found that there is a query using wrong args with get_posts function.
On line 749 try to use
'name' => $post->post_name,
instead of
'post_title' => $post->post_title
it worked for me.
Remember to eventually refresh cache or to disable/enable permalink feature if you have it enabled, to make things work.
Simone
This did NOT work for me at all.
As a test: I unlinked a post, changed it to use post_title and no orphans could be found. Back to post_name and the orphans were found.
Edward, which version of plugin do you use? I wrote about problem in legacy version (1.18) that works with PHP < 5.4. These versions use post_title instead of post_name.
New versions of the plugin are updated and are already using post_name.
Aha. Oh, well then it’s ok. I tested it on both 1.32 and the upcoming 2.0