I don’t think this is something that suited for Admin Columns core, but it would be possible to build a custom plugin for it. Do you have a developer that could do this in your field of connections?
Thread Starter
Dedalos
(@nosoloroy)
Thanks for your reply Jesper, I did some “tricks” by myself to customize the columns, like adding some custom fields (I use ACF Pro), and hiding other default columns.
I did it following this tutorial:http://shibashake.com/wordpress-theme/add-custom-post-type-columns
But I can’t realize how to achieve that counter. I need to create a reference between frontend items and backend items for reordering.
For example the counter I use in front end is with this wp-query:
echo $wp_query->current_post +1;
but this doesn’t works in admin list.
Probably is not very dificult to do, but I’m not a programmer, my knowledge of coding is very basic…
Hi Roy,
We’ve got a tutorial on adding custom columns here. The tutorial you followed, however, seems to focus on adding custom columns without our plugins. For help on that, I would suggest posting a comment in the tutorial you linked to.
Cheers!
Jesper