2005
CA-Credits
Sponsored Links
Introducing: CA-Credits :d
Being tired toying with CA-Recently project, so I took a break and made another plugin
Basically, the purpose of this plugin is to display a thank you message to a list of comment author. Sample output is:
Thanks to: Budi Rahardjo, Gani, and Fitria for the comments.
I saw this kind of message in one MT blog couple days ago, and since I can’t find any WordPress plugin for it, I made it myself :))
Hope you like it m:d
Requirement
Since this is a WordPress plugin, of course you need WordPress
Currently tested under version 1.5 (Strayhorn) and version 1.5.1.
Installation
1-Click Install: Available through WP Plugin Manager.
Manual Install: Download the file, extract, and upload it into your Plugins directory. Then activate the plugin from admin panel.
Live Demo
On my front page, look at my thank you message at the bottom of each post.
Documentation
Default Usage
Inside your post loop, between < ?php while (have_posts()) : the_post(); ?> and < ?php endwhile; ?>, add the following lines:
< ?php if (function_exists('ca_credits')) ca_credits(); ?>
I put mine inside the postfeedback section. Looks below:
[php]
< ?php ca_credits('Thanks to: ',' for the comments. '); ?>
< ?php edit_post_link(__('Edit'), ' · ', ''); ?>
[/php]



I was sent here by a wordpress guru — and now I’m lost. I’m looking for the CA comment plug-in that creates a link for the commentors — and allows the blog owner to write comments to each commenter within the comment. Check out http://thiseclecticlife.com/2007/05/02/thursday-thirteen-8-my-last-meal-before-i-die-et/#comment-902 to see what I mean. She says she is using your CA plug-in — but I can’t find it. It’s great plug-in by the way.
Thanks,
Susie
well, you’re already on the right page
the plugin is called CA-Credits and you can download it from the link above. However, please note that I’m no longer support this plugin and haven’t try it with Wordpress 2.x.
OK. Thank you so much for directing me to the right place. However, I have wordpress 2.x (the latest current version.) I’m going to pass until ta version for 2.x comes out — I wouldn’t be able to fix the bug, if there was one! Thank you.
[…] Visit […]
[…] people’s plugins, I did create my own plugins as well. For example: CA-Weton, CA-Weekday, CA-Credits, and […]