Updated Theme

I just uploaded the updated theme. As usual there are probably little bugs here and there, if you notice them please leave a comment on this post or e-mail me.

The little SEO issue that was plaguing me before is gone., and I will be doing some more slight modifications to the theme when I switch over from displaying full posts everywhere to excerpts. - Actually I’m having second thoughts about doing that, it is a bit annoying having click all the time.

If you’re curious, I fixed it by inserting this PHP code in the header.php file:

if((is_single() || is_page() || is_home()) && (!is_paged())){
	echo "<meta name=\"robots\" content=\"index,follow\" />\n";
}
else {
	echo "<meta name=\"robots\" content=\"noindex,follow\" />\n";
}

The terms of use has also been slightly modified ;)

Please subscribe, or else I will cry. Do you really want to make a programmer cry?

Leave a Reply

Note: By submitting your comment you agree to this blog's comment policy.

If you want a little icon next to your name - sign up for one at Gravatar.