Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n7studios/52cc8922cbba5b0b4e513e4fc1e8ca65 to your computer and use it in GitHub Desktop.
Save n7studios/52cc8922cbba5b0b4e513e4fc1e8ca65 to your computer and use it in GitHub Desktop.
<?php
/**
* For developers and themes which do not make use of the WordPress wp_list_comments() function,
* the below code can be added to output the dropdown options for sorting comments by rating.
*
* There must be a Field Group configured at Comment Rating Field Pro > Field Groups to display
* rating fields for the Post Type the visitor is viewing.
*/
if ( function_exists( 'output_comment_sorting_dropdown' ) ) {
output_comment_sorting_dropdown( $post_id, $output_style );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment