Latest Art Work

Sunday, June 06, 2010

To change the order of page head

To change the order such that your post title will be displayed first followed by the blog address, search for

<head/>


Then include the following codes after it.

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


P/s: At the same time, please remove

<b:include data="blog" name="all-head-content"></b:include>

to override the default setting and let search engines read your blog.

0 comments: