Friday, 9 August 2013

How to add the Post Title Before the Blog Title in Blogger

How to add the Post Title Before the Blog Title in Blogger




 Hi Friends now am telling you how to add meta tags in your blogger blog..so follow this ..
 


1.Go to "Template" --> "Edit HTML" of your blog.

2.Find this code:

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

Replace it with this code:

<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<title><data:blog.pageName/> | <data:blog.title/></title> 
<b:else/> 
<title><data:blog.pageTitle/></title> 
</b:if>



and Save it.... now you done :)


For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

0 comments

Post a Comment