Infrared Image img_14113 img_1415 img_15717 img_1222 img_13260 Hursley Fireworks img_14122 img_1276 img_1462 img_1385 img_18200 crw_9539.jpg p1000485 img_15858 img_14161 D1278-013 300d infrared conversion D1278-019 Living Rainforest

WordPress, k2, openid

I use the k2 theme for this wordpress blog. I used to write my own, but k2 is much, much neater. I also use the openid plugin for wordpress. (I wrote about openid’s before)

To get the two to play together, you need to turn off live commenting.

In my case, as my blog is also my openid url (see this tutorial in delegating your open id if you want to use your blog or website as your openid url, and any provider), I had to add some code the the k2 style’s functions.php

add_action('wp_head', 'custom_header');

function custom_header () {
        ?>
        <link rel="openid.server" href="...openid provider url..."/>
        <link rel="openid.delegate" href="...openid provider url..."/>
        <?php
}

Now you have your own blog as your openid url, and your blog accepts openid’s for comments with the k2 theme :)

Related posts

Leave a Reply