Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Fixing WordPress
    In reply to: Blog comments

    Hi! I am traveling and the wifi on the bus is blocking FTP (can’t send a screen shot.) I did make some progress, but it is still not resolved.

    As you suggested I drilled down to the actual post and enabled the comments (there were two boxes I clicked–one at the top of the page and another at the bottom.)

    That worked (yay) when I previewed the page directly from the editor. Individual post ink

    But when I go to the page from the site (click on the blog link which shows the post here:BlogPageLink) there is no indicator that a view can post a comment until they actually click on the post. I don’t think that my audience will do that. They need to be able to immediately see the comment box.

    I sincerely appreciate your helping with this.

    Forum: Fixing WordPress
    In reply to: Blog comments

    Could this be failing because I removed the line<?php comments_template(); ? from pages.php and then set my blog link to a page that was NOT the first page? First page is static.

    Does the page.php override comments.php or single.php?

    Forum: Fixing WordPress
    In reply to: Blog comments

    Hi,
    Here’s a screenshot of the post page:

    I just re-ckecked your other suggestions:
    YES: Have you made sure comments are enabled under Settings > Discussion ?

    Checked and verified: Have you set that individual post to not display comments by mistake?

    Forum: Fixing WordPress
    In reply to: Blog comments

    First, you are wonderful for answering my call for help.
    Page Link: http://wordorama.com/
    Blog Page Link: http://wordorama.com/blog/ (This is the one I want the comments to be enabled in. In the editing screen in 3.0 there were controls for comments. These seem to be removed in 3.1)

    comments.php file:
    [Code moderated as per the Forum Rules. Please use the pastebin]

    Forum: Fixing WordPress
    In reply to: Blog comments

    HI
    I am getting a similar error.
    This is from my single.php template:

    </div>
    
    <?php comments_template(); ?>
    <?php endwhile; ?>
    <?php else: ?>
    <h2 class="center"><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></h2>
    <?php endif; ?>
    
    </div>

    Please help. Also, I was getting a second weird error where comments were posting on my static pages. I was able to go into the pages.php and removed the <?php comments_template(); ? which took care of that part. I uninstalled and reinstalled wordpress. I reinstalled the template. Any help is appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)