Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Can't Get Comment Form on a Static Page (http://forum.bytesforall.com/showthread.php?t=7840)

willwork Jun 29, 2010 11:33 AM

Can't Get Comment Form on a Static Page
 
I've got a static front page with conditional:
Code:

<?php if ( is_front_page() ) {
query_posts('posts_per_page=1');
} ?>

I've got Allow comments on "Page" pages, too? checked yes, and the post has allow comments checked

BUT I don't see the comment form. I have added a post footer that puts a link to the comments section, but I want to see the whole comments section on the front page... Any ideas??

http://bballbreakdown.com

I'm running wordpress 3.0
and Atahualpha 3.5.1

juggledad Jun 29, 2010 03:03 PM

Do you have any logic that displays the results of the query in your page template?

There is a new HOWTO in the gold forum tutorials that gives a page template that you can use just by crafting a custom field on the page

willwork Jun 29, 2010 06:42 PM

I don't have a trace, if that's what you're asking. I'm an Actionscript 3 guy, so I'm not sure how to do that in php...

willwork Jun 29, 2010 06:46 PM

Also, I've donated $20 twice, but I'm not considered a gold member and can't see the HOWTO tutorials

juggledad Jun 29, 2010 07:02 PM

Quote:

Also, I've donated $20 twice, but I'm not considered a gold member and can't see the HOWTO tutorials
odd, you show up with 'gold member' on our name. Try this link
http://forum.bytesforall.com/showthread.php?t=7822
let me know if it doesn't work

for logic, I meant the code that makes up 'the loop' and builds the page.


All times are GMT -6. The time now is 09:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.