Hi, I have 3 issues regarding 'comments'. One; somehow the choice option to not show the ability to comment on pages is not functioning. The comment option remains open despite the fact that the comments checkbox are all off. Two; The translation of the Submit button. I do not find the php location where to translate it. Three; The html text in the page, I wish to delete. How can I do this ? Thanks for your advice. Steven
1). For your first issue, Go to the Posts panel (not in the page panel ) present in your dashboard and open your post and then click on the Screen Options and then click on Discussion check box and then make uncheck all the discussion check box and save it.This will solve your issue. For the reference see the image given below. 2). For the Second issue, It is not possible to translate the submit button because it is an image ( i.e. buttons.png image) not a text, If you want to change its text , Go to images directory present in your theme directory and replace your image with present buttons.png image or edit it. You can use photoshop or any other photo editor to edit the image. Note: Make the same name of your edited image as the previous image . 3). For your Third issue, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .form-allowed-tags { display: none; } This will remove the HTML text.