Pages

Blog post updated : no update

Saturday, January 26, 2008

Blogger - How to make a clickable post titles?

If you're using a classic Blogger template like me, you will notice that you cannot click the post title to go to the post page. Luckily, there is a little trick which you can apply to make your post title to be clickable. I've applied it in this blog. Try to visit my homepage and click on my post title. Hehe..

Ok, simply follow these tips:-

For New Blogger:-

It's pretty simple for New Blogger. Just go to your Dashboard. Go to Settings > Archiving > and Enable Post Pages? set to Yes. Click Save Settings button. DONE.

Go to your blog and refresh them. By now your post titles should be clickable.

For Classic Blogger:-

Step 1

First thing first enable your post pages. Go to Dashboard > Settings > Archiving > and Enable Post Pages? set to Yes. Click Save Settings button. (see image above)

Step 2

Then go to your Edit HTML page. Dashboard > Template > Edit HTML. Find this code:-

<BlogItemTitle>
<h3 class="post-title">
<BlogItemUrl><a href="<$BlogItemUrl$>" title="external link">
</BlogItemUrl>
<$BlogItemTitle$>
<BlogItemUrl></a></BlogItemUrl>
</h3>
</BlogItemTitle>

Ok, now replace them with this code:-

<BlogItemTitle>
<h3 class="post-title">
<a href="<$BlogItemPermalinkURL$>" title="<$BlogItemTitle$>">
<$BlogItemTitle$></a>
</h3>
</BlogItemTitle>

Save your template and DONE. Refresh your blog and by now you should have a clickable post titles.

I think that's for all for now. Hope this tip will be useful for you guys. Yeahh!!

2 comments:

Mayank said...

thanx it helped
http://tech-ware.blogspot.com/

Tee said...

Thanks a ton...it helped...
finally ..

 
Powered by Blogger