Search
|
|
| Post |
|
Alvaro - Guest
12:21 am - June 17, 2008
|
| |
|
It would be very helpful to have included the action "<?php do_action('comment_form', $post->ID); ?>" in comment forms.
Regards
|
|
|
Oliver
- Admin
12:28 am - June 17, 2008
posts 3549 |
| |
|
This piece of code usually is found in your theme file: comments.php, why duplicate it?
See here (at the bottom).
|
|
|
Alvaro - Guest
8:00 pm - June 19, 2008
|
| |
|
Hi Oliver,
if you insert it into the plugin, i could insert some code through other plugins inside the form (f.ex: Subscribe 2 Comments).
Alvaro
|
|
|
Oliver
- Admin
11:39 pm - June 19, 2008
posts 3549 |
| |
|
True, but you could also just add another field to your form and make it the "Subscribe 2 Comments" field.
|
|