Reneeeee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog commentsHi! 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 commentsCould 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 commentsForum: Fixing WordPress
In reply to: Blog commentsFirst, 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 commentsHI
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.