Home > CMS- Content Management System > Sharepoint > How to check which SharePoint site template is used to build the site

How to check which SharePoint site template is used to build the site

Hello folks,

I recently need to check which site type or site template has been used for my SharePoint Sub site. So for that I look into SharePoint Site Setting but  was not able to find any such type of setting which indicate which type of site template I have used for my site.

 

So in this article I will show you how to know which site template you used for your sub site using the web browser and without doing any code. You can also use PowerShell or write some code but this is the simple and quick method to identify site template.

 

So for that simply browse any page of your SharePoint site, view the HTML source of browsed page and search for JavaScript variable “g_wsaSiteTemplateId”. The g_wsaSiteTemplateId variable is storing web template name with web template id.

 

Below screenshot show that I am using “BLOG” type site template for my SharePoint site.

Determine Site Template Id

 

Below table shows all the web templates name and with ID’s. Match web template name with your g_wsaSiteTemplateId value and identify you site type.

 List of web templates ID's

Image source TechNet Blogs

That’s it!! Your comments and suggestions are welcome.

This Article is TAGGED in , , , . BOOKMARK THE permalink.

Avatar photo
Chintan Upadhayay
I am a senior web developer with more than 4+ years experience in WordPress, PHP, MySQL, HTML, CSS, jQuery and other web technologies. I am the beginner in SharePoint and Learning SharePoint.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">