Question

**Using Sharepoint 2013

Does anyone know how to edit the Updated Pages on the left navigation pane? It's right on top of the links. I'd like to have it so I could have all of my pages show up under the Updated Pages and also be able to rename that tab to something like All Pages.

Here's a screenshot of the navigation pane I'm talking about.

Here's a screenshot of the navigation pane I'm talking about.

Was it helpful?

Solution

The "Updated Pages" links are available only for the Wiki Page Library. SharePoint handles these links internally and by default shows the 5 latest modified Pages in the library.

To change the name of the links from "Updated Pages" to "All Pages", you can use the below javascript:

document.querySelector('a[id$=RecentChangesHeaderLink] .menu-item-text').innerText = "All Pages";

EDITED To show all pages in PAGES library (not wiki page library) in the left navigation, go to Site Settings => Navigation (under look and feel) => check on "Show Pages" and click ok. Now check if the pages appear in the left navigation. NOTE: These links will be available over the complete site.

OTHER TIPS

Cog icon (Settings) in the top right --> Site Settings--> Navigation (under the "Look and Feel" section.

You can re-name and re-order

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top