Tag Archives: plugins

WP-OpenID - WordPress Plugins

OpenID integration is one of the web2.0 strategies that I am preaching about. I haven’t bothered putting together a list of the strategies I am preaching about, but when I do.. I’ll link to it!
Why integrate OpenID? Two reasons… numbers and speed. People who have an OpenID will want to use it places; many […]

Tuesday’s todo

Tuesday is the day that I focus on work for NZfusion.
This morning I have spent some time implementing a number of plugins to this blog, you can now check out everything I am running here via the plugins page. You can also download some of the customisations that I have made from the downloads page. […]

Widgetizing plugins - popularity code & wordpress

I added a little PHP to my Popularity plugin to allow me to plug it into this here Theme without needing to edit the Sidebar.php - which wouldn’t be an issue (this time) but I’ve changed theme 3 times today - so enough is enough!
// Widget stuff
function widget_most_pop_register() {
if ( function_exists(’register_sidebar_widget’) […]