Tuesday, 4 February 2014

How to remove page title In SharePoint 2013 ??

so Guys  Here   is my new Post to remove Page title  from  SharePoint 2013 Site ?

Page Title  is what is highlighted in   following picture.
some times  it looks  too odd and sometimes  client wants to remove it according to the requirements.
 Here  are some steps  to  Hide  it.
1.Open your site in SharePoint designer.
2. then open associated  master  Page  to your site in Edit mode  For  SharePoint 2013 Site Default   is  seattle,master
3. I would like  you to copy this master page  and renamed it. like i renamed it as mycustom.master
4. So  here is your new master page ready. Open it in Edit Mode.
5. search for Following code in Page 
<!--<h1 id="pageTitle" class="ms-core-pageTitle">
  <SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">
<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server">
<SharePoint:SPTitleBreadcrumb
 runat="server"
 RenderCurrentNodeAsLink="true"
 SiteMapProvider="SPContentMapProvider"
 CentralAdminSiteMapProvider="SPXmlAdminContentMapProvider">
<PATHSEPARATORTEMPLATE>
 <SharePoint:ClusteredDirectionalSeparatorArrow runat="server" />
</PATHSEPARATORTEMPLATE>
 </SharePoint:SPTitleBreadcrumb>
</asp:ContentPlaceHolder>
  </SharePoint:AjaxDelta>
  <SharePoint:AjaxDelta BlockElement="true" id="DeltaPlaceHolderPageDescription" CssClass="ms-displayInlineBlock ms-normalWrap" runat="server">
<a href="javascript:;" id="ms-pageDescriptionDiv" style="display:none;">
 <span id="ms-pageDescriptionImage">&#160;</span>
</a>
<span class="ms-accessible" id="ms-pageDescription">
 <asp:ContentPlaceHolder id="PlaceHolderPageDescription" runat="server" />
</span>
<SharePoint:ScriptBlock runat="server">
 _spBodyOnLoadFunctionNames.push("setupPageDescriptionCallout");
</SharePoint:ScriptBlock>
  </SharePoint:AjaxDelta>
</h1>-->
6.  comment this code   save your page in SharePoint designer  .
7. Now Right click on your custom master page and set it as default master page of your site.
8. Now refresh  your site page. 

Work is done .   
It will surely work for you  :)   

If you have any confusion than ask me in comments.

No comments:

Post a Comment