Using child theme of wpfolio, galleries are on static pages, comments on the "host" page are disabled.
Is it possible to have them enabled for the single images?
example: http://souleater.org/markers/sollux-eridan-homestuck-2/
if i click on "comments" nothing happens.
any help?
http://wordpress.org/extend/themes/wpfolio/
notlaura
Member
Posted 9 months ago #
I haven't used it before, but give this plugin a try: Attachment Page Comment Control
buckwheatandgrits
Member
Posted 3 months ago #
Hi– I'm having the same problem as Jowy. I have Attachment Page Comment Control running under WPfolio 1.75 (I've also tried WP Two beta. And actually, the theme I'm running is a heavily transformed version of WPf, but it seems to be a problem even if I switch to the standard install). To reiterate, each of my attachment pages has a link to click that says "Comments (0)", but if I click that to leave a comment, nothing happens except "#respond" is appended to the URL.
Any help would be wonderful… thanks!
buckwheatandgrits
Member
Posted 2 months ago #
Hey Jowy—
Steve Lambert just helped me fixed this– here you go:
Add this:
<?php comments_template(); ?>
…into the appropriate place of your attachments.php file. Hope this helps you too… :)