October 11, 2008

New XML Blogger Templates ; Woork

It has been several weeks since my last post and sorry that i have no my own creation of new blogger template to be shared here.

Luckily I found Antonio's blogs that use a blogger template named woork.

Woork is a new blogger template designed by Antonio himself which is a newsletter style. with multi column. A very fantastic template i found so far. In future, i might plan to use it on this blog.

See the preview below,



A brilliant blogger newsletter template right?

Download the code here. If you need other blogger template style, try to find here.

updated:
I also found a useful blogger statistic widget created by bloganol ayuda blogger (thanks for ricardo to remind me). This widget will inform us the number of post and comment on a blog whereas it installed. See my right bottom corner to see how its work.

Continue read to find how to step and the script code source.


Simply add a new HTML widget and copy the following code :



<script style="text/javascript"> function numberOfPosts(json) {
document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t
+ '</b><br>'); } function numberOfComments(json) { document.write('Total Comments: <b>' +
json.feed.openSearch$totalResults.$t + '</b><br>'); } </script>

<ul><li><script src="http://template-godown.blogspot.com/feeds/posts/default
?alt=json-in-script&callback=numberOfPosts"></script></li>

<li><script src="http://template-godown.blogspot.com/feeds/comments/default?alt=
json-in-script&callback=numberOfComments"></script></li></ul>

<noscript><a href="http://elescaparatederosa.blogspot.com/" target="_blank">Widgets for Blogger</a></noscript>


Don't forget to change yourblog with your blog name and always keep the credit links intact.

Related Post on free template, how to, widget

2 comments:

Ricardo Santos said...

the stats widget was originally made by Rosa here back in August:
http://elescaparatederosa.blogspot.com/2008/08/mostrando-el-total-de-entradas-y.html

riping others people work and add credits to it and ask not to remove them and spread it as their work is totally out of order

Blase Concepts© said...

i like this one
Thanks!

Post a Comment