• Resolved sundev

    (@sundev)


    Hi,

    “No Comment Yet, Subscribe to Comments feed” and all comments posted from different posts are aggregated and shown on my BP registration page immediately after registration form.

    Please how can I remove it, it shows up as well on activity stream below all activity.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    open page.php and comment this line code like this

    <?php //if ( comments_open() ) { comments_template(); } ?>

    Thread Starter sundev

    (@sundev)

    This is what I saw instead:

    <?php comments_template( ”, true ); ?>
    and I change it to
    <?php comments_template( ”, false ); ?>
    In my child theme and it worked.

    Posting of new comment works as well.

    Thank you very much for your reply, I’m marking as resolved.

    Theme Author Richie KS

    (@rkcorp)

    that’s the early version of code from older ver of the theme. might want to consider update the theme if no heavy customization done before.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Subscribe to Comments feeds from a page’ is closed to new replies.