The plugin will automatically insert the interface above the first comment section it finds. It searches for the class "commentlist", which is the default class for a comments section.
If you want to interface to be inserted manually, go to the Comment Sorter options (under "Options" in the Admin Panel) and select "Yes" for Disable Auto Include. From there you'll want to add this code where you want the plugin to show up:
<?php if (function_exists("raproject_getCommentSorter")) { raproject_getCommentSorter(); } ?>




