Hello.
Is it possible to show comments, in popup, for Pages?
I'm trying to get my theme's comments-popup.php file to show the comments form to static pages.
It works fine with POSTs. However, the comments-popup.php file shows only The_Loop's "Sorry, no posts matched your criteria." string for PAGEs.
Example 1 (POST - working fine):
http://www.cronistasreunidos.com.br/?p=998
http://www.cronistasreunidos.com.br/?comments_popup=998
Example 2 (PAGE - "sorry, no posts matched your criteria")
http://www.cronistasreunidos.com.br/?page_id=150
http://www.cronistasreunidos.com.br/?comments_popup=150
I've used a version of Kubrick's default comments-popup.php page. The file is at http://wordpress.pastebin.ca/630858
Any help dealing with this? Thanks!