We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't have the options to sort the views columns on my custom post type. Should I do something special to enabled it ?
I found the sort_postviews_column function but can't get it working.
Thanks for your help
The text was updated successfully, but these errors were encountered:
You will need to add add_filter( 'manage_edit-<CUSTOM_POST_TYPE>_sortable_columns', 'sort_postviews_column' );, see https://codex.wordpress.org/Plugin_API/Filter_Reference/manage_$post_type_sortable_columns
You will need to add add_filter( 'manage_edit-<CUSTOM_POST_TYPE>_sortable_columns', 'sort_postviews_column' );
Sorry, something went wrong.
Thanks =)
No branches or pull requests
I don't have the options to sort the views columns on my custom post type.
Should I do something special to enabled it ?
I found the sort_postviews_column function but can't get it working.
Thanks for your help
The text was updated successfully, but these errors were encountered: