Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Themes Changing text in the comments section
Changing text in the comments section
22:0012 July, 2011
Reid Peterson
Hi, I want to change what the comments section states for my blog. I'm using Amazing Grace 3.6 and read Amazing Grace WordPres theme Tutorial, part 2 for changing text in the leave a reply section. The code for the comments.php section is:
ID, $req) );
What line do I change or add text coding to in order to make changes in "leave a relpy" section.
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 11 + 5
Vladimir’s WordPress Forum
Changing text in the comments section
22:00
12 July, 2011
Reid Peterson
Hi, I want to change what the comments section states for my blog. I'm using Amazing Grace 3.6 and read Amazing Grace WordPres theme Tutorial, part 2 for changing text in the leave a reply section. The code for the comments.php section is:
__('No comments', 'amazinggrace'),
'one' => __('1 Comment', 'amazingrace'),
'more' => __('% Comments', 'amazinggrace')
);
comments_number($args ); ?>
ID, $req) );
What line do I change or add text coding to in order to make changes in "leave a relpy" section.