• Is there anybody know what’s happen to this section on my site? –>

    Example: https://www.marketingbyann.com/2006/01/17/how-to-be-a-top-earner/

    Below the post, you will see there has a Leave a reply table. I am pretty sure before there also have ‘Name’ ‘Email”URL’ that listed on above the table.

    Q: How to do to make it work? In the other words, do I need to plugin a software to make it work? Or I have to insert some code? If yes, then what is the software name? what is the code and insert to where?

    Thank you.
    Ann

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter annliu

    (@annliu)

    I checked again my admin Comments Template, it like this:

    <h3 id=”respond”>Leave a Reply</h3>

    <?php if ( get_option(‘comment_registration’) && !$user_ID ) : ?>
    You must be /wp-login.php?redirect_to=<?php the_permalink(); ?>”>logged in to post a comment.
    <?php else : ?>

    <form action=”<?php echo get_option(‘siteurl’); ?>/wp-comments-post.php” method=”post” id=”commentform”>

    <?php if ( $user_ID ) : ?>

    Logged in as /wp-admin/profile.php”><?php echo $user_identity; ?>. /wp-login.php?action=logout” title=”<?php _e(‘Log out of this account’) ?>”>Logout »

    <?php else : ?>

    <input type=”text” name=”author” id=”author” value=”<?php echo $comment_author; ?>” size=”22″ tabindex=”1″ />
    <label for=”author”><small>Name <?php if ($req) _e(‘(required)’); ?></small></label>

    <input type=”text” name=”email” id=”email” value=”<?php echo $comment_author_email; ?>” size=”22″ tabindex=”2″ />
    <label for=”email”><small>Mail (will not be published) <?php if ($req) _e(‘(required)’); ?></small></label>

    <input type=”text” name=”url” id=”url” value=”<?php echo $comment_author_url; ?>” size=”22″ tabindex=”3″ />
    <label for=”url”><small>Website</small></label>

    <?php endif; ?>

    <!–<small>XHTML: You can use these tags: <?php echo allowed_tags(); ?></small>–>

    <textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”4″></textarea>

    <input name=”submit” type=”submit” id=”submit” tabindex=”5″ value=”Submit Comment” />
    <input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />

    <?php do_action(‘comment_form’, $post->ID); ?>

    </form>

    It has ‘Name”Email”URL’ in place, but why it doesn’t show up in the post?

    Is there anything wrong?

    Please help and advise. Thx

    Thread Starter annliu

    (@annliu)

    Is there anybody know how to solve this issue? I tried many times, but the “comment template” just deosnt’ work!! Thank you.

    I’ve just left a test comment on the page you links above and it all works just fine. I’m not usre what the problem is exactly, it works just as it should. ??

    Michael.

    PS: You may want to delete the test comment ??

    Thread Starter annliu

    (@annliu)

    Hi Michael,

    Thanks for your help. It is work if you post a comments. The part doesn’t work is above the “Leave a Reply” form, there should have “Name” “Email” “URL” table shows up, I check the Comments Template, the code are there, but I don’t know why they are not show up in the website?

    If you click each post title, it will bring you to another page, below each post, you will see there only ‘Leave a Reply’ form …

    How to get ‘Name’ “Email” “URL” table shows up on the site that can help me to know who is post the comments?

    On the other hand, how to delete ‘Test’ comment?

    Thank you
    Ann

    Hang on – are you logged in when you’re viewing this?

    Because if you are, logged in, then Name, Email, URL, Subject, etc, won’t show on your page because you’re the admin or registered user of that site/comment. Naturally, the text area box will show to allow commenting.

    But, if you’re logged out, then it will show everything, hence niziol’s reply.

    To delete a test comment go to:

    admin/manage/comments – select which comment you want to delete, then delete it or edit it, whichever you prefer.

    Thread Starter annliu

    (@annliu)

    Hi Katie1, after I log out from admin, all the stuffs show up and working properly.

    Thank you. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Needs help on “Comments Submit”’ is closed to new replies.