HaloScan has a page with brief instructions for installing into a WordPress blog. Here’s a little more detail. I haven’t messed with different templates, so I’m not sure if all templates are alike enough for these instructions to work. If this doesn’t make sense to you, or if you can’t get it to work, you should probably just contact HaloScan for help.
1. Create a HaloScan account.
2. Make a backup of your WordPress blog files.
3. Open your Theme Editor in WordPress and select the Header file.
4. Immediately after the < head ...> tag, insert the first block of HaloScan code. Make sure that you replace “HALOSCANUSERNAME” with your actual HaloScan username. Update the file!
5. Select the Main Index Template file and insert the second block of HaloScan code immediately after this code:
< ? php the_content('Read the rest of this entry »'); ? >
< /div>
6. Find this code just a few lines down:
| < ?php edit_post_link('Edit', '', ' | '); ? > < ?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
and comment it out like this:
< !-- Commented out for Haloscan | < ?php edit_post_link('Edit', '', ' | '); ? > < ?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ? > –>
(Remove the spaces after the < signs and before the > signs.)
Update the file!
7. Repeat steps 5 and 6 for the Archive and Search Results files.
8. Select the Single Post file and insert the second block of HaloScan code immediately before the line that reads < p class="postmetadata alt">. Update the file!
9. Select the Comments file and locate this code: < p class="nocomments" >Comments are closed.< /p>. Comment it out like this: < !-- Disabled because haloscan is installed. < p class="nocomments" >Comments are closed.< /p > –>. (Remove the spaces after the < signs and before the > signs just like in step 6.) Update the file!
Technorati Tags: wordpress, blogging, haloscan