Plugin option for input box validation

You want to set the input’s type to number for numeric validation. And use the input’s value to set a default value. <input type=”number” id=”title” name=”my_option_namePlugin option for input box validation” value=123 /> If you just want a hint displayed to the user inside the input, use placeholder. <input type=”number” id=”title” name=”my_option_namePlugin option for input … Read more

Help with WordPress RSS Validation Error

If you look at the validator output, you will see there is a little red arrow pointing to the space between “knows” and “me”. Copy “knows me” to a simple text editor like Notepad and you will see that the blank space consists of two characters, a space and an unknown invisible one. To get … Read more