How to Remove the Featured Content Gallery
Removing the Featured Content Gallery from the Template
- 1). Sign in to your site, then click on "Editor" in the "Appearance" section.
- 2). Open the template file you added the Featured Content Gallery to. Generally, this is the "Index.php" template file. If you added the code to a different template, open its file instead.
- 3). Find the Featured Content Gallery code:
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> - 4). Delete the code in its entirety. Do not modify or delete any other code in the template. Click on "Update File."
Source...