• I want to allow anyone to post comments on my posts.The problem i m facing is,when i click on a post which has no
    comment,it shows a msg

    “Sorry, no posts matched your criteria.”

    and it doesnt show comment form.When i login with admin and refresh same page,it shows comment form.
    How can i enable comment form on posts which has no comments for all users registered or unregistered.
    I checked the settings in admin page and this is unchecked
    “Users must be registered and logged in to comment”

Viewing 5 replies - 1 through 5 (of 5 total)
  • admin – settings – discussion
    make sure it is allowed here also

    Thread Starter farazch

    (@farazch)

    yup,it is allowed here also

    Thread Starter farazch

    (@farazch)

    where else i have to on this ? i think admin – settings – discussion is the only place where we have this comment settings

    link to site to test?

    Thread Starter farazch

    (@farazch)

    I looked again and found one thing,actually comments on category pages work ok i.e it shows comments form even if there r no comments already.
    Problem which i mentioned above,i m facing that on my custom pages.Actually i have added a custom page and showed a category in that page like

    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    $args= array(
    	'category_name' => 'My category name',
    	'paged' => $paged
    );

    and then used

    www.mysite.com/?p=$post_id#comments

    to show the comment link.When user click on this comment link,it shows the msg

    “Sorry, no posts matched your criteria.”

    But when i login with admin,the same page shows comment form.How can i show comment form for all users.What i feel is,the way i m doing,there are few global variables which r not set properly bt i dont knw the list of those globals and to what value shd i set these globals.
    Here is the link of the site,search with location “Planes Dr Indianapolis”
    and then click on “Review” link on the result locations.If for some reason above link doesn’t work,use direct link to comment page

    http://www.veztekusa.com/booty/?p=149#comments

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘how to enable comments on all posts for all users’ is closed to new replies.