• My comments form is acting up. All it has is the input area for the actual comment, but no area for author name, email or website. I checked the comments template, but everything seems right. Here’s the relevant code:

    <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>

    Do i need to do something in the stylesheet to make the input areas appear?

    Website is https://www.tacojohn.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • In 1.5, it’ll remember your user info so it hides the comment name/e-mail/url boxes. Right above the actual comment box you should see “logged in as name. logout”

    however, if you see something like “logged in as . logout” where it’s not giving you a name, then most likely you created a blank user somehow. just go check your authors&users in the admin panel and delete the blank user.

    Thread Starter tacojohn

    (@tacojohn)

    It was the blank user. My MT import seems to have created a blank user. Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment form not displaying “Name” “Email” or “Website”’ is closed to new replies.