Sortable admin column
-
Im trying to get the Thumbnails sorted. Some(most) of the thumbnails are not loading and i have to press recover. But now i have to scroll tru 15 pages. I want to sort the “no image” with thumbnail on top.
I tryed the following, but its not working…:
add_filter( ‘my_sortable_ngg_page_content_column’, ‘my_sortable_ngg_page_content_column’ );
function my_sortable_ngg_page_content_column( $columns ) {
$columns[‘column column-3’] = ‘column column-3’;return $columns;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Sortable admin column’ is closed to new replies.