I want to register a sidebar but I am a little confused about the uses of the id
argument in register_sidebar
function.
Codex says: id – Sidebar id – Must be all in lowercase, with no spaces
(default is a numeric auto-incremented ID).
Of what use is the id
argument and must it always be in numeric form?.