Forums
Forums / Fixing WordPress / Reply to comments fix?
(@cqsite)
16 years, 11 months ago
When I reply to comments from the comments area in the admin section, I click “reply” under each comment, but it doesn’t appear nested under the original poster…Er, if this doesn’t make sense, please see here:
http://thecinnamonquill.com/blog/?p=323#comments
Do I need to implement the javascript described here? http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/
(eg add this: if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); )
Thank you…!
The topic ‘Reply to comments fix?’ is closed to new replies.
(@cqsite)
16 years, 11 months ago
When I reply to comments from the comments area in the admin section, I click “reply” under each comment, but it doesn’t appear nested under the original poster…Er, if this doesn’t make sense, please see here:
http://thecinnamonquill.com/blog/?p=323#comments
Do I need to implement the javascript described here?
http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/
(eg add this: if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); )
Thank you…!