SharePoint OOTB Page Title Snippet in Master Page

1) Open Master Page in SharePoint designer.
2) Insert below snippet under "<div id="s4-bodyContainer">" tag.

Page Title Snippet

SharePoint OOTB Breadcrumb Snippet in Master Page

1) Open Master Page in SharePoint designer.
2) Insert below snippet under "<div id="s4-bodyContainer">" tag.

Breadcrumb Snippet

Create New Site content types

Open SharePoint Site and navigate to Site Settings > Web Designer Galleries > Site content types
Site Settings

Welcome to SharePoint Home-New Feature

On click of SharePoint you will redirect to URL: "https://CompanyName.sharepoint.com/_layouts/15/sharepoint.aspx"
Welcome to SharePoint Home - Frequent

How do we create Page Layouts

Open SharePoint Site and navigate to Site Settings >  Look and Feel > Design Manager > Select "Edit Page Layouts"
Edit Page Layout

How do we Clear SharePoint Designer Cache

Generally we get an Error message: "Cannot perform this operation. The file is no longer checked out or has been deleted." , Follow below steps to overcome this error.

First Close the SharePoint Designer.

Now open My Computer and past Folder Location in address bar and  Delete everything under this folder.

Folder Location 1 ) "  %USERPROFILE%\AppData\Local\Microsoft\WebsiteCache ".

Folder Location 2 ) " %APPDATA%\Microsoft\Web Server Extensions\Cache ".

Next Go to SharePoint designer options –> General –> Application Options –> Uncheck the “Cache site data across SharePoint Designer sessions”

How do we Convert an HTML file into a master page in SharePoint 2013

Step 1: Create and save the HTML file.

Step 2: Now Open SharePoint Site and navigate to Site Settings >  Look and Feel > Design Manager > Select  "Edit Master Pages".

How can we edit Web Part Page that has no Edit Page menu option in SharePoint?

Here is the solution...

Open the page you like to edit.

Web Part Page

Type the URL at end of your page "?ToolPaneView=2&pagemode=edit" , Now you can see the page in edit mode.

Sign up for a free, one year Office 365 developer account

Step 1 Click here to redirect Office 30 days trial subscription .

Office 365 - 30 days trial subscription

Enter your details and later you will receive an email.

Getting Started with SharePoint Development

Lets create new publishing site collection...

Step 1: Go to Admin Center of SharePoint URL as follows "https://CompanyName.sharepoint.com/_layouts/15/online/SiteCollections.aspx"

Admin Center of SharePoint

Step 2: Now create new private site collection.

A Guide to Integrating ChatGPT into Microsoft Teams and SharePoint Online Without Premium Connectors Using SharePoint Framework SPFX Webpart - Part 2

We will now establish a SharePoint development environment to create an SPFX Webpart that incorporates ChatGPT. To establish a SharePoint de...