adamwei1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”RVoodoo, your final suggestion is, in fact, the culprit! Thank you, and user “Esmi” both, so much for your help. Though I’m a big time newb with this stuff, thanks to people like you I will continue to get better at it at least!
Thanks again,
AdamForum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”BTW – here is a link to my site, if that is any help http://www.adamweitner.com, and my blog page http://www.adamweitner.com/blog
Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”OK so I deactivated all of my plugins and switched back to default theme, and it still does the same thing :(… This sure is frustrating! Thanks for your help and patience in dealing with a newb 😉
Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”Great suggestion, I appreciate that. I will try that and report back. Also appreciate you teaching me how to use pastebin, that will surely come in handy!
Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="postheader"> <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <div class="dateauthor"><?php the_time(get_option('date_format')); ?> <?php _e('by', "snowblind"); ?> <?php the_author_posts_link(); ?></div> </div> <div class="content"> <?php the_content(''); ?> <?php the_tags( '<p class="tags"><small>'.__('Tags', "snowblind").': ', ', ', '</small></p>'); ?> <p class="postmetadata"> <small> <?php _e('This entry was posted on ', "snowblind").the_time(get_option('date_format'))._e(' at ', "snowblind").the_time(get_option('date_format'))._e(' and is filed under ', "snowblind").the_category(', '); echo '. '; _e('You can follow any responses to this entry through the ', "snowblind").post_comments_feed_link('RSS 2.0')._e(' feed.', "snowblind"); ?> </small> </p> <?php wp_link_pages(array('before' => '<p><strong>'.__('Pages', "snowblind").':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> <?php comments_template(); ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.', "snowblind"); ?></p> <?php endif; ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”Oh wow, now I’m really lost! Do I paste the code into the pastebin and download it? I don’t have a clue what to do with it after pasting it there :s
To answer your question, yes I have allowed comments in both the “discussion” settings, and in the settings of the individual posts.
One thing that I have thought may be causing the issue is that I have my posts set to go to a page other than the home page. Though I tried moving them back to the main page and still had the same problem.
Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”Oh boy, I am a complete newb, so I don’t understand this php talk at all. This is what my single.php file contains
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”postheader”>
<h1>“><?php the_title(); ?></h1>
<div class=”dateauthor”><?php the_time(get_option(‘date_format’)); ?> <?php _e(‘by’, “snowblind”); ?> <?php the_author_posts_link(); ?></div>
</div>
<div class=”content”>
<?php the_content(”); ?>
<?php the_tags( ‘<p class=”tags”><small>’.__(‘Tags’, “snowblind”).’: ‘, ‘, ‘, ‘</small></p>’); ?>
<p class=”postmetadata”>
<small>
<?php _e(‘This entry was posted on ‘, “snowblind”).the_time(get_option(‘date_format’))._e(‘ at ‘, “snowblind”).the_time(get_option(‘date_format’))._e(‘ and is filed under ‘, “snowblind”).the_category(‘, ‘); echo ‘. ‘; _e(‘You can follow any responses to this entry through the ‘, “snowblind”).post_comments_feed_link(‘RSS 2.0’)._e(‘ feed.’, “snowblind”); ?>
</small>
</p>
<?php wp_link_pages(array(‘before’ => ‘<p>‘.__(‘Pages’, “snowblind”).’: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’, “snowblind”); ?></p>
<?php endif; ?>
<?php get_footer(); ?>Does that help at all?
Forum: Fixing WordPress
In reply to: Is there a way to have a Comment box Showxpectmore, did you ever find a solution? I would like to do the same thing…
Forum: Installing WordPress
In reply to: I can not get my comments link to worktone, did you ever find a solution? I have the exact same problem…
Forum: Fixing WordPress
In reply to: Comment box never pops up when click on “add a comment”Same problem, veronicacannon, what did you do to solve?
Forum: Fixing WordPress
In reply to: Comment button doesn’t link to comment boxstephanieV, did you ever find a solution? I’m having the same problem 🙁
Forum: Fixing WordPress
In reply to: My comment linkHaving the same problem, began a new thread for this today, but still no response… Anyone?!
Forum: Fixing WordPress
In reply to: Comments not working, have tried different themesbump