• Hello All,

    My query is related to filtering of post. As per definition of post, I conceived, is the own shown on my website-
    Can any one tell me what are the various parameters/ terms associated with a post that I should use to filter post with zero comment or no-comment?
    I tried editing contents between

    if ((have_posts())&& (get_comments_number()>0)) : while ( have_posts() ) : the_post();

    in in “Main index Template”.php. However, it did not prove useful.
    I am new to word-press, so I might not be on right track of learning. Kindly let me know how and where to start to achieve what I am looking for.

Viewing 1 replies (of 1 total)
  • Thread Starter ragnisah

    (@ragnisah)

    My query is related to filtering of post. As per definition of post, I conceived, is the own shown on my website
    Can any one tell me what are the various parameters/ terms associated with a post that I should use to filter post with zero comment or no-comment? I tried editing contents between

    if ((have_posts())&& (get_comments_number()>0)) : while ( have_posts() ) : the_post();

    in in “Main index Template”.php. However, it did not prove useful.
    I am new to word-press, so I might not be on right track of learning. Kindly let me know how and where to start to achieve what I am looking for.

Viewing 1 replies (of 1 total)

The topic ‘Filter Post with NO_commnet’ is closed to new replies.