
After some time thinking about it I finally decided to move away from WordPress to tumblr.

After some time thinking about it I finally decided to move away from WordPress to tumblr.
Testing P2 wordpress (http://wordpress.org/extend/themes/p2) theme and cutting out some code from wordpress.
While working on my template that comments_template() was being called for all pages and posts even if the comments were disabled. Here’s the solution I used: This is the original piece of code on the template: This will show the comments template even if you have disabled comments for a certain post/page, to fix this all you need is to confirm weather comments are active or not for this post/page:
I did some changes, very simple ones actually, to wp_get_archives(). the purpose was to hide the first month that wp_get_archives() shows, which is the current month. edit: the code i posted earlier was not ok, so I fixed it and pasted in gist.github.