Contents
Classic SharePoint sites typically have classic pages being wiki pages, web part pages, blog pages or publishing pages and these pages cannot present themselves using a modern user interface.
How do you change the view in SharePoint?
Change a view
- Go to the list or library where you want to change a view and click the List or Library tab.
- Click Modify View.
- Select the view you want to change from the Current View drop-down list.
- Make your changes, and then click OK at the bottom of the page.
You can go from the gear like button on the top right corner of the sharepoint page, then click on site contents. On the redirected page at the bottom left most part of the page, you can see a link “Switch to classic” then you can also switch back to modern if you are in classic from there.
How do I return to classic view in SharePoint?
If you access the document library or list or Site Contents Page that has gotten a new experience (look and feel), you can switch temporarily to the old (classic) view just by clicking Return to classic SharePoint in the lower left-hand corner of the screen. This option is available in SharePoint Document Libraries.
To set home page in SharePoint Online: Navigate to Site Settings >> Click on “Welcome Page” link under “Look and Feel” group. This takes you to the “Site Welcome Page” (/_layouts/15/AreaWelcomePage.aspx) where you can pick any existing page and set it as a welcome page or home page for your SharePoint Online site.
How do you change the home page in SharePoint?
Change default home page on SharePoint 2013 Team sites: Navigate to your desired page. Click on “Page” tab, Click on “Make Homepage” button from the ribbon. Confirm to the “If you make this page the home page for this site, users will no longer be able to see the old site home page.
Classic SharePoint is developed on the ASP .Net platform. The requests are sent to server and responses are rendered on the client. That means, as an interaction when a user clicks the entire page postbacks to the server and the server responds back with HTML.