Using Wordpress widgets?

hello,
i am trying to build a website using wordpress, and im quite familiar with it, however i have one major question regarding the widgets. I know how to use them and add them to the page, but i am curious as to how i can add widgets without them appearing on every single page on the website. I want a "contact us" widget on the home page, but not on the other pages.

Any help?

Nick2014-03-15T20:38:14Z

Favorite Answer

You would have to edit the theme. If you know how to program in PHP, you can check what page you're on and display the widget. There are also plugins you can install that will allow you a finer control on what's displayed on any particular page.