Support » Fixing WordPress » How to add Titles to Comments?

  • Hello everyone,

    I am looking for a solution on how to add Titles to Comments?

    I tried to use PlugIn Hikari Titled Comments, but I couldn’t understand how to install it.

    Don’t get me wrong, I know a little bit of php and should be able to create a custom function and call it, but I find the instructions to plug-in very confusing.

    Is there any other away to display Titles to Comments? I would appreciate any help because I already spent too much time looking for solution and it get very frustrating.

    I am using Platform Theme and it doesn’t use a callback:
    <?php wp_list_comments(array(‘avatar_size’ => 45)); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • So, you want each person to be able to input a title for their comment?

    http://wordpress.org/extend/plugins/custom-comment-fields/
    Might be helpful…. I found it while researching the technique for adding titles

    http://mondaybynoon.com/2011/01/24/wordpress-custom-comment-fields/
    here….

    Thread Starter deight

    (@deight)

    Rev.Voodoo,

    Yes, I want each person to enter the Title for their comment.

    thank you for quick response. That plug-in looks like exactly what I need. The only problem is that it hasn’t been updated since Jan.2011 and current version doesn’t display Custom Fields for logged in users, which I consider a big disadvantage. I will try to research that plugin this plugin more and maybe I’ll find a solution to login/display issue.

    Just because a plugin hasn’t been updated doesn’t always mean anything. There is no need to update a plugin if nothing in WP changed to necessitate editing the plugin.

    The author claims it’s working on the current version of WP (3.2.1)

    If the plugin doesn’t work right, hopefully I’ve at least given you enough info to narrow your search some!!

    Thread Starter deight

    (@deight)

    Thank you Rev.Voodoo! You did point me out in the right direction. I also found plugin named Custom Comment which seems like a better alternative to Custom Comment Fields Plugin or Extra Comment Fields.

    Right now I am awaiting for a response from Custom Comment Developer on how to add it to my functions.php (that’s my main problem – utilizing something within my theme)

    Here is a link to Custom Comment website in case someone is looking for the same information.

    Adding custom comment fields should be a part of basic WordPress functionality.

    Ahhh, I wish I had better internet programming skills.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add Titles to Comments?’ is closed to new replies.