Changing comment fields to remove asterisks?
-
I have made the name and email fields optional in the WordPress settings, and would like to remove the asterisks from the fields because they give a misleading impression that the fields are required.
I have copied
comments.php
into my child theme and have successfully modified some aspects of it, but cannot manage to changeplaceholder="Name *"
andplaceholder="Email *"
, even when when wrappingcomment_form($args)
instr_replace()
! Attempting to replace the HTML with$fields['author'] = "myMarkupHere"
ceases to do anything, though I can use that for fictional fields – a possible workaround?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing comment fields to remove asterisks?’ is closed to new replies.