Wordpress

Feed change

Those that are subscribed to my RSS feed should know that I’ve moved to a FeedBurner version.

The old one will be going away, so please unsubscribe and resubscribe to the new version at http://feeds2.feedburner.com/defrag.

You can also click the icon below.

Subscribe in a reader

Thanks!

Tags: ,

Tuesday, February 10th, 2009 Development, Wordpress No Comments

WordPress Stats not counting

My blog is still very young, but one day my stats stopped counting visits. At first I didn’t know what was happening (I even thought I had no visits), but my Google Analytics shows a few visits a day.

So I started searching for the answer…

It happened when I changed my blog theme.

The solution is easy, all you have to do is check the footer.php file on your selected theme and make sure that wp_footer() function is called within the script.

The end of footer.php should look like this:

<?php wp_footer(); ?>
</body>
</html>

Hope this helped! now just keep blogging! :)

Tags: ,

Tuesday, November 18th, 2008 Wordpress No Comments

First!

Well, this post is only for test purposes.

I have planned to create my personal page/blog a long time ago.

Right now I am just reading the “Wordpress for dummies” (not really!), just like a kid who has received a new toy!

Tags: , ,

Tuesday, October 7th, 2008 Personal No Comments