9603 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Pro
—
1st March 2011 (1 year ago)
#
Hey ckennerdale!
I couldn't find anything either actually... hmm.
The function concerned is wp_list_comments() so you may be able to implement something by editing the comments.php file in your theme.
You'll want to have your drop down reload the page (or use some clever javascript to reload the comments) and set the reverse_top_level parameter to true.
Obviously that's custom coding. It might be a good addition to the feature requests forum actually! ;)
Responses (3)
Sales & Support Pro — 1st March 2011 (1 year ago) #
Hey ckennerdale!
I couldn't find anything either actually... hmm.
The function concerned is wp_list_comments() so you may be able to implement something by editing the comments.php file in your theme.
You'll want to have your drop down reload the page (or use some clever javascript to reload the comments) and set the reverse_top_level parameter to true.
Obviously that's custom coding. It might be a good addition to the feature requests forum actually! ;)
Phil
Lead Developer — 1st March 2011 (1 year ago) #
Ya, it's something that would be theme specific, don't know that it could be done via a plugin.
Member — 1st March 2011 (1 year ago) #
Thanks Guys really appreciate your response
Become a member