Labels in Blogger, if used correctly, are a great way of categorizing your posts. So now I will show you how to use them as navigation in your blog.
First thing is to select the labels you would like to use as your page navigation.
The URL of the labels come in the format of:
http://[BLOGNAME].blogspot.com/search/label/[LABEL]
So if you are to list your labels, you would use:
<ul>
<li><a href="http://[BLOGNAME].blogspot.com/search/label/[LABEL]">LABEL</a></li>
<li><a href="http://[BLOGNAME].blogspot.com/search/label/[LABEL]">LABEL</a></li>
<li><a href="http://[BLOGNAME].blogspot.com/search/label/[LABEL]">LABEL</a></li>
</ul>
BUT to make things flexible (should you suddenly change your blog name),