Wednesday 28 September 2011

How to display blog post titles only on home page

By this useful and important article you will teach that how you display bog post titles  on blogger home page only archive-label and how you display your post title in any page you want easily. This facility is available other blogging service like Wordpress blog using of different plugins but this facility is not presented in free blog blogger. One my friend called me and asked about procedure how he show blogger post titles on home page or and any page of blogger blog he forced me to write article in this regard. Now I guide you step by step and read this article with carefully and also it is very easy but I am telling you two methods of liability which have special consequences. You can use one method same time or both methods same time but results will be different. I will attempt to create it very easy and now you will look that what would be the result to the free blog with each step follow the following procedures. You can also check search results post titles, tutorial background post title, tutorial icon sebelah post title
wordpress get post title, post title background, tukar font post title etc are very useful.

1. Best Procedure No.1

1. Login to www.blogger.com
2. Go to Dashboard and then Layout and then click on Edit HTML
3. It is necessary that you should be check mark “Expand Widgets” after that press Ctrl+F command in this regard and search follow green code in your blogger template if you want to SEO friendly blogger templates click here.

<b:include data='post' name='post'/>

I hope you have succeeded to search the above code in your blogger template and now replace following code with the above code.

<b:if cond='data:blog.homepageUrl

!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<h3 class='post-title'><a 
expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>


 It is very necessary that save your blogger template and open your free blog blogger and click on the label or archive page of your blog.
.
2. Best Procedure No.2

There is another method of liability it but the results are different. If you want to prove only title of posts in your blog home page also, after that only follow this method and apply it. If you want only label page to prove post title just get stopped after reading first way only.

1. Login to www.blogger.com
2. Go to Dashboard and then Layout and then click on Edit HTML
3. It is necessary that you should be check mark “Expand Widgets” after that press Ctrl+F command in this regard and search follow green code with carefully.
<p><data:post.body/></p>
 Now you have succeeded to search the above code in your free blog blogger template and now replace following code with the above code.

<b:if cond='data:blog.pageType == "index"'>
<p><data:post.body/></p>
</b:if>


No problems this will prove only post title on all pages of blogger including homepage label and archive pages. Another simple way I describe that if you do not want to use post titles in archive pages use archive in place of index in above code word archive creating essential difference between the codes.

It is very necessary that save your blogger template and see the result of your free blog blogger if you like this article please leave your comments.

0 Comments:

Post a Comment