Gregs Plugins: Because One Size Does Not Fit All

Plugins for WordPress

Greg Mulhauser

Comments on “WordPress Threaded Comment Numbering Plugin Updated”, Page 2

You are currently browsing page 2 of comments on the article WordPress Threaded Comment Numbering Plugin Updated.

You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Greg’s Threaded Comment Numbering Plugin for WordPress Updated to Version 1.2”.

27 Responses (11 Discussion Threads) to “WordPress Threaded Comment Numbering Plugin Updated”

  1. 11

    Great idea, but I can’t use it :(
    I place “echo gtcn_comment_numbering($comment->comment_ID, $args);” in my comment call function (built-in theme function), but

    echo gtcn_comment_numbering($comment->comment_ID, $args)

    appears on each comments on my blog instead of numbers…
    how can I fix it?

    • 11.1

      Howdy,

      Without more details it’s hard to give a very detailed answer, but what appears to be happening is that you’re placing the code within an area that is being interpreted as plain XHTML rather than PHP code. If that is the case, you can just wrap the call to gtcn_comment_numbering in <?php and ?> to ensure it gets treated as php.

      I’m afraid I’m not able to offer detailed guidance on theme editing, but I hope that might help.

      All the best,
      Greg

    • 11.2

      Thank you!
      I think you have to add into your plugin instructions!

  2. 12

    Hi!

    I just activated your plugin but the settings page is empty??
    I’ve been looking for a plugin like this so this is just soooooo annoying ;)

    Could you help out?

    Kindest Regards from Sweden

  3. avatar image
    Tayler
    13

    its work thread comment number. its great plugin. GOOD JOB! i have question, how to stay thread comment number from delete? for Example
    1
    2 <— delete comments(i want stay thread number)
    3
    now it will not show number 2
    1
    3
    I hope understand. Thank you

    • 13.1

      Hi Tayler,

      Keeping a running tally of deleted comments isn’t something that WordPress can do out of the box, I’m afraid. Once they’re gone, they’re gone, so we have no way to count them up.

      All the best,
      Greg

  4. avatar image
    Tayler
    14

    check here example images

    • 14.1

      Hi Tayler,

      I’m sorry I was not clearer the first time: this is not possible. WordPress does not keep track of deleted comments — they are deleted — and therefore there is no way to count them.

      If you wanted to build a completely different plugin which attempts to number comments as they come in by storing extra data in a database table, you could do that. This plugin does not do that, and it will not ever do that.

      Sorry!

      All the best,
      Greg

Page 2 of 2«12

The comment form is currently closed.