• Resolved Tom

    (@tomasz_b)


    This plugin works wonderful with the default theme but the Twitter field does not show with my default theme. I tested this on a clean WordPress installation.

    In my comments.php I identified:

    <fieldset>
    			<label for="author">Name <?php if ($req) echo '<span class="small-text">(required)</span>'; ?></label>
    			<input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="50" />
    			</fieldset>

    Can I just add a similar <fieldset> to make the Twitter field appear? What should it be exactly?

    http://wordpress.org/extend/plugins/twitter-avatar-reloaded/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tom

    (@tomasz_b)

    * I ment it does not show with my _custom_ theme

    Thread Starter Tom

    (@tomasz_b)

    OK, I solved it. Here is the solution in case anyone needs it:

    <fieldset>
    <label for=”url”>Twitter</label>
    <input type=”text” name=”ta_twitter_field” id=”ta_twitter_field” value=”” size=”50″>
    </fieldset>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twitter field does not show with custom theme’ is closed to new replies.