I use educationbook theme for moodle 2.0.3, in my home is a list of the courses next to each course a number in parentheses, how can I delete this number, and parentheses? Thanks.
You can't! Although you could probably hide it using CSS.
Try using Development: Firebug to see if you can find the CSS selector for that number.
I'm not sure what the code is...I'll get back to you later with it.
EDIT:
Here's the code...
.categorylist .category .numberofcourse { visibility: hidden; }
Mary