On you widget bar in the admin page you will have a section at the very bottom of each widget–this is where you place your pages tag–
For example, you may say is_home_page() and this would have the widget only display on the home page (your blog) versus is_front_page() for only the front page.
You will need to find the label for each page and send the widget to those pages by name.
You can also say !is_front_page() and the widget will show everywhere but the front page.
Hope this helps.
when I open widget there is a box at the top where it says widget logic and it is there where i have to put the code but every time i try it gives me a fatal error. i want to put links widget in the contact page and i am sayin is_contact() but it is not working, I ha ve also tried putting is_page(‘contact’) but it does not work.
Any ideas?