Title In Blogger Post Title is when a link is highlighted by the computer mouse, will come out a little writing. For example see image below :
how to make it, please follow the steps below:
# Please log in to blogger with your ID# Click Design
# Click the Edit HTML tab.
# Make a backup template dahuulu for security. Click Download Full Template
# After the backup process is finished, click the small box beside the writing Expand Widget Templates
# Find the code as below:
<a expr:href='data:post.link'><data:post.title/></a>
# Remove the code and then replace with the following code:
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
# Then look for return code like this:
<a expr:href='data:post.url'><data:post.title/></a>
# Remove the code and then replace with the following code:
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>
# Click Save Template button.
# Done. Please see the results, should you have your post title link title.
If you want another variety, say you have a blog and want to enter a keyword mainstay in the title, it can be done. Suppose Satriacell targeted keyword "Menjadi blogger yang bahagia", then the variation of the code is like this:
<a expr:href='data:post.link' expr:title='"Menjadi blogger yang bahagia : " + data:post.title'><data:post.title/></a>
And this code :
<a expr:href='data:post.url' expr:title='"Menjadi blogger yang bahagia : " + data:post.title'><data:post.title/></a>
Hopefully usefull for all........
Posting Komentar
Posting Komentar