Friday, February 13, 2009

Trick Make a Content List

Content list is a useful tutorial on your blog, because with content list, your blog visitor know what the content of your blog. If you read book, of course, you will see a content list in a start page. And you can make it to your blog with easy and simple step. Below i will explain how to make a content list in our blog.


  1. Log in to your Blogger ID.
  2. Go to Layouts.
  3. Then click Edit HTML tab.
  4. Before edit your template, please backup.
  5. Mark the little box beside Expand Template Widget.
  6. Find code below


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

  8. Replace above code with code below.



  9. <b:if cond='data:blog.homepageUrl !=
    data:blog.url'>
    <b:if cond='data:blog.pageType != "item"'>
    <a expr:href='data:post.url'>
    <div style="padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:2px;background:#00FFFF;color:#FA5858;">
    <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>




  10. Then click Save Template.
  11. Now, go to Page Elements tab.
  12. Click Add Page Element.
  13. Select Add HTML/Javascript.
  14. Copy code below and paste to blank box

    <a href="http://TutorialBlog.blogspot.com/search?max-results=200">Show all post &raquo;&raquo;</a>

    Change TutorialBlog your blog name. Example : my blog name is cheap-tutorial. Change 200 with other number, because this is the sum of how much post want to show.

  15. Click Save Changes.

0 comments:

Post a Comment