Customizing Replies/Topics Admin columns
-
I’m trying to add sortable columns into the backend using
add_filter('manage_reply_posts_columns' , 'custom function');
and
add_action( 'manage_reply_posts_custom_column' , 'custom function', 10, 2 );
I was able to add thes columns to ALL custom post types except replies/topics.
Are Replies/Topics somehow handled differently than other Custom Post Types in WordPress?
Is there a workaround/fix/patch that I can use to get this working?Not mission critical, just curious and love learning how machines work:)
Thanks,
Chad
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.