As this plugin has no configurations to be made, it won’t appear in Settings.
you can directly use this plugin with help of a function call as shown below in your theme pages.
Ex: get_latest_posts(”News”);
where News is category name from where titles of latest posts will be retrived.
(or)
get_latest_posts(”News”, 10); // this call will list latest 10 post titles