The following information was all taken from the Sezwho website.  It took me a few read throughs to actually understand that info, so hopefully I can simplify the instructions.  The point of this guide is to turn off the default plugin settings and only include the Sezwho elements you want to appear.  The benefit of doing this is that the default settings can mess up some WordPress themes.  If you activate the plugin and see your sidebars disappear, have double images next to comments, or some other bug, then this tutorial is for you.

Step 1. The settings for Sezwho are located at the top of your WordPress Plugin page.  It’s called SezWho configuration.  Under Comment Options and Post options, choose which of the four options you want functional.  You must choose at least one option, or there is no point in having Sezwho installed at all.  Finally, disable the auto layout by clicking the Disable Auto Layout checkbox and then clicking Update to save your settings.

Step 2.Insert any or all the following lines of PHP code into your template where you want the particular Sezwho element to appear.  For example, on Turnipofpower.com, I have chosen to only add the commenter’s rating bar.

Comments.php functions

  • Show Commenter’s Picture:<?php if (function_exists('cp_comment_user_image')) echo cp_comment_user_image(); ?>
  • Show Commenter’s Profile Link:<?php if (function_exists('cp_comment_profile_link')) echo cp_comment_profile_link(); ?>
  • Show Commenter’s Rating Bar: <?php if (function_exists('cp_comment_footer_content')) echo cp_comment_footer_content(); ?>

Single.php functions

  • Show Post Rating Bar: <?php if (function_exists('cp_post_ratingbar')) echo cp_post_ratingbar();?>

Index.php functions:

  • Show Author Image: <?php if (function_exists('cp_post_author_image')) echo cp_post_author_image(the_author());?>
  • Show Author Link:<?php if (function_exists('cp_post_author_link')) echo cp_post_author_link();?>
  • Show Post Ratings Bar: <?php if (function_exists('cp_post_ratingbar')) echo cp_post_ratingbar();?>

Manually adding the Red Carpet:

  • <li> <?php include('/wp-content/plugins/sezwho/cpratecomments.php'); if(function_exists('widget_sezwho_rc')) widget_sezwho_rc(); ?> </li>

Again, I point you to the complete instructions on the Sezwho website.  Editing your Wordpress theme templates is not something a WordPress novice should try.  At the very least, backup your original template before you make any changes.  That way if your site doesn’t load, you can overwrite your changes with the backup copy. 

Add to Reddit.com RSS Feed Add to Technorati Favorites Stumble It! Digg It! Mixx It!