Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Plugins SEO Super Comments on Parent Comments Only
SEO Super Comments on Parent Comments Only
18:061 December, 2010
jason
Post edited 18:08 – 1 December, 2010 by jason
Is it possible to have SEO Super Comments create a page only for parent comments in the loop and not for nested replies? I tried editing the code, but not really sure how I'd approach this.
EDIT: changed "parent pages" to "parent comments"
7:502 December, 2010
I think I figured it out, and I hope I did it right.
First I identified the comment_parent in a new variable after the cid had been defined: BEFORE
AFTER
Then on line 85 I updated the IF statement: BEFORE
This seems to be working so far… but I'm not done testing. I'd love some feedback on my approach.
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 2 + 10
Vladimir’s WordPress Forum
SEO Super Comments on Parent Comments Only
18:06
1 December, 2010
jason
Post edited 18:08 – 1 December, 2010 by jason
Is it possible to have SEO Super Comments create a page only for parent comments in the loop and not for nested replies? I tried editing the code, but not really sure how I'd approach this.
EDIT: changed "parent pages" to "parent comments"
7:50
2 December, 2010
jason
I think I figured it out, and I hope I did it right.
First I identified the comment_parent in a new variable after the cid had been defined:
BEFORE
AFTER
$parent_id=$comment->comment_parent;
Then on line 85 I updated the IF statement:
BEFORE
AFTER
This seems to be working so far… but I'm not done testing. I'd love some feedback on my approach.