How to install OpenID Comments for WordPress 0.9.1
-
Download plugin
-
Unzip it.
-
Upload the full directory into wp-content directory.
-
Replace the code that outputs comment form in your comments.php template (or wp-paged-comments.php if you use it) with following: <?php include TEMPLATEPATH . '/openidform.php'?>.
Usualy it begins with something like: <?php if ( get_option('comment_registration') && !$user_ID ) : ?> and ends with something like: <?php do_action('comment_form', $post->ID); ?> </form>
-
If you used previous version of plugin you should deactivate it in Plugin options.
-
Activate plugin in Plugin options.
-
Done!