I still don’t see the check­box in the com­ment form!? Every­thing else works.

Then you prob­a­bly don’t use a mod­ern theme which makes use of the func­tion comment_form() to cre­ate the com­ment form. Check if you can find this func­tion used in comments.php or a sim­i­lar file of your theme. If you do and it still does­n’t work, tell me. Oth­er­wise chances are that you do have to add the check­box man­u­al­ly. Use this function:

<?php if ( function_exists( 'avapr_get_avatar_checkbox' ) ) echo avapr_get_avatar_checkbox(); ?>

mnd.sc-Admin

More posts

| | Posted in | Comments Off on I still don’t see the check­box in the com­ment form!? Every­thing else works.
Comments are disabled for this post.