How to set Show Blog Title instead of Full Website Title in Blogger

Friends, if you are fond of blogger then you would care sometime that if share your blog link then by default is shown with the full title of the blog and post both. This is some odd look like. if you want to see only you Post title the Do the following short coding in your blog template: Do the following step:

How to set Show Blog Title instead of Full Website Title in Blogger.  how to set show only post title in Blogger

1. Go to your blogger template and edit HTML option

2 Now Search this code with the help of CTRL+ F shortcut method.



<title><data:blog.pageTitle/></title>

3. Now Replace this with Following code - 

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<title><data:blog.pageName/></title>
 <b:else/>
 <title><data:blog.pageTitle/></title>
 </b:if>

4. Save your Template. 

See in the image below: 

How to set Show Blog Title instead of Full Website Title in Blooger


5. Now if you share anywhere you post a link then it shows by default only Post Title Instead of Website title with Post title.

Thanks to visit here;