How to install OpenID Comments for WordPress 0.9.1

  1. Download plugin
  2. Unzip it.
  3. Upload the full directory into wp-content directory.
  4. 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>
  5. If you used previous version of plugin you should deactivate it in Plugin options.
  6. Activate plugin in Plugin options.
  7. Done!
This service is a collection of tutorials and guides for different things
 
Why register? When you register you'll be able to write your own guides
Register
 
Dive into
 

 
Guide information