• Resolved supercain2

    (@supercain2)


    Hi,

    I would like to sort my posts by rating on the admin edit page. I can only sort by date and title. A rating column does appear but its not clickable.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    That is because your post type is custom post_type.

    In wp-postratings/includes/postratings-admin.php:
    add_filter( 'manage_edit-page_sortable_columns', array( $this, 'postrating_admin_column_sort' ) );

    Add below it
    add_filter( 'manage_edit-portfolio_sortable_columns', array( $this, 'postrating_admin_column_sort' ) );

    Thread Starter supercain2

    (@supercain2)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sort by rating posts on the admin panel’ is closed to new replies.