Well I was just able to find the solution. In case anyone else is interested:
In page.php, add the following line, right under “edit_post_link…” on line 16:
<?php comments_template(); ?>
before the next div.
Thank’s
Just to let you know this solved my prob 🙂
Most themes are like that by desing, i.e. not letting comments on Pages because Pages serve – usually – other purposes. E.g. If I have an “about me” Page I don’t want people to comment on it: it’s a statement and that’s it.
i just used it because i wanted people to comment on a plugin 🙂
but you are right , i just saw this cause prob because comment appears on all pages .
i think i have to do a template and apply the template to a specific page for this to work .
Yes, chaaban, that’s always a clever solution 🙂