Hi all and happy holidays! I have a page on which I enabled threaded commenting. At present, the comments are ordered new to old by when the thread started:...
I use paged and threaded comments with: 10 comments per page the last comment page first the newest comments first If there are 21 comments total, the first page...
I’m using Greg’s Threaded Comment Numbering plugin to number the comments. Actually I’m displaying a number beside of each parent comment (no threaded comments numbers). I have 2 problems...
I am trying to find a solution to toggle (hide/show) threaded comments. I need to see only comments 1,2,3 etc… and hide 1.1,1.2,1.3 etc… Clicking “show comments” will toggle...
Got an issue on a site where deleting a comment with replies (where threaded commenting is activated), leads to the child comments being orphaned, causing unexpected behaviour (such as...
I’m working on a plugin. I’ve created an API that reads and writes to a custom table in the DB. This API can be called potentially from N clients...
I am using pthreads to creat multiple threads. Each of those threads at one point tries to use get_posts() as follows: $args = array( 'post_type' => 'post', 'post_status' =>...