• Resolved T2PYjy

    (@t2pyjy)


    Satrya,

    Thanks for the theme! But I was wondering if you could tell me how you to turn off the part after the comment box that says

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b><blockquote cite=""> <cite> <del datetime=””> <i> <q cite=””>`

    I looked through all the theme files and couldn’t find this text.

    ~ T2PYjy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ga Satrya

    (@satrya)

    Go to Appearance > Editor, find comments.php on your right. Find <?php comment_form(); ?> and change it with this one

    <?php
    	$args = array(
    		'comment_notes_after' => ''
    	);
    
    	comment_form($args);
    ?>
    Thread Starter T2PYjy

    (@t2pyjy)

    That has done the trick! Thanks.

    Also, something minor; the name, website etc of the comments appears to be at the right hand side of the comment box. I don’t mind this but it causes the captcha to appear incorrectly. Instead of the captcha displaying _ x 3 = 6 it shows _ 3 x = 6

    Your blog that was at https://satrya.me/ seems to have reverted to a basic clean wordpress install.

    Theme Author Ga Satrya

    (@satrya)

    Please give me your URL, I’ll check the problem.

    Yes, I don’t have a time to manage my blog :(, if have another problem please post it here, I mean in the WordPress forum ??

    Thread Starter T2PYjy

    (@t2pyjy)

    It’s stephenmaxwell.me
    it may just be a problem with the captcha as it doesn’t occur every time!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment attributes’ is closed to new replies.