![]() |
| Illustrate (google.com) |
At that time I never complained, did not know who complained the same. Complained about the search engines on the blog. I complained because the default setting of search results removing the post title and content, in my opinion less Optimal. I saw my friend's blog blog seems like a lot of them are the search results just issued a post title that the link leads to a full post, I think it's very good when in place on my blog. I finally put it that way. In what ways? Under way.
• First of all go to blogger.com
• Once in the dashboard, go to Edit Html design → → Expand Widget
• Find the following code
<b:include data='post' name='post'/>
• Remove and replace the code with the following code
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<div style='border: 1px solid #333; padding: 5px; font-family: Arial Narrow; font-size: 15px; margin: 0px 5px 2px;'><data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
Code Red is farixsantips creation, maybe my friend could create a more beautiful self
• Save Template.
Gadgets For Blogger - Show only post title in search box at Blogger

0 comments:
Post a Comment