I am starting making some wordpress plugin, so I am a beginer. I just wonder how can I change the post form of the pages. For example for adding some other input (of type file or text)? I am trying to use
add_filter('comments_template', 'add_new_fields');
but nothings happens.