• Resolved kmvan

    (@kmvan)


    [Plugin: Comment Rating] How to get the function to insert somewhere which I want?

    for example:

    <p class="comment-text">This is comment_text</p>
    <p>This is Comment Rating content</p>
    <p class="other">other information</p>

    but it’s not my need. I want to write the code which likes this:

    <p class="comment-text">This is comment_text</p>
    <p class="other">other information</p>
    <p>This is Comment Rating content</p>

    Just the place has change, how can i do that? thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kmvan

    (@kmvan)

    i found a line:
    add_filter('comment_text', 'ckrating_display_filter', 9000);
    the ckrating_display_filter function is ckrating_display_filter($text)
    but i dont know the $text that what is it.
    can anybody tell me?thank you

    Thread Starter kmvan

    (@kmvan)

    finally i edit the source, all OK.
    thinks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Comment Rating] How to get the function to insert somewhere which I wan’ is closed to new replies.