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

    (@rkcorp)

    not sure about this, let me check.
    the comment and pingback is separated if i remember correctly.

    Thread Starter saschawalk

    (@saschawalk)

    Thanks for your answer.
    For me it would be absolut all right if they where shown separatly. but by now the pingbacks are not available at all. But they are available in the count of comments.

    Theme Author Richie KS

    (@rkcorp)

    open mesocolumn/comments.php edit line 31-39

    <?php do_action( 'bp_before_blog_ping_list' ); ?>
    <?php if ( ! empty($comments_by_type['pings']) ) : ?>
    <h4><span><?php echo dez_get_wp_comment_count('pings'); ?></span></h4>
    <ol class="pinglist">
    <?php wp_list_comments('type=pings&callback=dez_get_the_list_pings'); ?>
    </ol>
    <?php endif; ?>
    <?php do_action( 'bp_after_blog_ping_list' ); ?>

    to

    <?php do_action( 'bp_before_blog_ping_list' ); ?>
    <h4><span><?php echo dez_get_wp_comment_count('pings'); ?></span></h4>
    <ol class="pinglist">
    <?php wp_list_comments('type=pings'); ?>
    </ol>
    <?php do_action( 'bp_after_blog_ping_list' ); ?>
    Thread Starter saschawalk

    (@saschawalk)

    It works very fine, as you can see here: https://www.blog-in-orange.de/spurenleser/

    I’ve also tried normal comments and they also work.

    Thanks for your help and this great template.

    rame16

    (@rame16)

    hello, i got that pingback thing just after reimporting to another wordpress installation. why just not remove the ‘notify pingbacks’ , in discussion settings. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pingbacks in Comments’ is closed to new replies.