When using the publishing and wiki features of SharePoint 2010 you can see the “Recently Modified” section on the left of the screen. As stated it shows the most recent pages that were edited. Although helpful from a development and configuration perspective it does easily confused users.
Luckily it is an easy fix (albeit needs to be done on every page):
- Edit your Page
- Add a Content Editor Web Part (has to be via the web part and not via the default Wiki interface)
- Add the following in the HTML editor
<style>
.s4-recentchanges{
DISPLAY:none;
}
</style>
And that’s it, section hidden