Posts Tagged ‘Plugin’

Subscribe To Comments

Thursday, August 28th, 2008

I am a blogger. (What a stupid statement when writing a blog post). Anyway, I just wish everyone could install the Subscribe To Comments plugin so that I will know when they (or anyone for that matter) responds to my comments.
Today I have to remember which blog post I posted my comments on and wait [...]

Popularity: 2% [?]

WordPress Plugin: Collapsible Archive Widget

Friday, August 10th, 2007

Update: 20 January 2010: This plugin has not been tested with WordPress 2.9 and may break because 2.9 has internal changes. I am still trying to find time. Sorry for the Inconvenience.
I have written another simple WordPress plugin that simply display a collapsible archive in the sidebar. You can see it in action in the [...]

Popularity: 16% [?]

WordPress Plugin: Random Posts Widget

Wednesday, May 2nd, 2007

My better half was complaining that she can’t find a suitable plugin for displaying random posts on her sidebar. I tried to look myself, and there were some reference to the plugin but nowhere to be found. One good plugin I found is Random categories with random posts by Mike Stickel but it uses categories [...]

Popularity: 15% [?]

About The New Blogger Import Plugin

Saturday, February 3rd, 2007

I wrote a plugin to import everything that can be found from the feeds Blogger provides. Many people has emailed me since asking me why I would do such a thing, as Blogger is a great platform for bloggers. This is my answer to all of those questions.
Why do you write this script/plugin?
A simple answer [...]

Popularity: 2% [?]

Google Analytics Plugin Not Showing

Saturday, December 30th, 2006

Well, this is not a complaint to the great plugin, but for some themes.
Themes like Intense, and AquaGreen does not have any wp_footer call so the tracking code will not show. How to fix it?
Open up themes/[themename]/footer.php and add <?php wp_footer(); ?> before </body> resulting in:

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

Hope this helps. I discover this after 5 [...]

Popularity: 2% [?]