Monday 17 October 2011

Change the Title Tags in Blogger

  1. Go to Design>edit HTML in your Blogger dashboard.
  2. Search for tag: <title><data:blog.pageTitle/></title>
  3. Replace the tag with the following code:
  4. <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
  5. Save your new template.
  6. View your blog. You should see the results in your web browser as shown below.







No comments:

Post a Comment