Hi Jory,
I can reproduce this issue and the reason this happens is that we sanitize the labels when saving the column set with our plugin. This is because sorting on labels with : is not working.
I’ve created a ticket for this and already have a fix:
https://github.com/codepress/admin-columns-issues/issues/344
This will be in the next release which is planned in March 2016. If you like I can send you the beta so you can test if it works for your case.
Hello fellow Dutchman!
Yes if you can send me a beta version that would be great. If I find any issues I will let you know!
For now I will patch your fix.
Another Dutchman requesting this beta version to solve the flags problem.
Jan-Willem
Hi Jan-Willem,
The code at the GitHub link works.
Here is a direct link:
https://github.com/codepress/codepress-admin-columns/commit/ce9ed2af0cdd07ff3d4bc8b05f1439e96b3dfe03
You can safely overwrite the file in your WP install until the new update arrives.
Hi all,
I’ve tried to just insert your fix in columns.php but it’s not working.
Shall I have to install the whole development branch instead?
Thanks in advance
You will need to save your Admin Columns settings for each post-type again. After that it should work.
Hey Jorg, thanks a lot! It works flawlessly 🙂
When modifying or replacing the whole columns file I got an error. But when I downloaded the whole development plugin from github it worked fine.