Welcome, guest!

Feel free to read the blog, browse for themes, or join the club.

Separate trackbacks and pingbacks looses comment navigation?

  1. Hi Justin,
    Just upgrading a site to Hybrid 6 & noticed if I check the box in Hybrid admin to separate trackbacks and pingbacks, I loose comment page navigation.
    Tried disabling plugins but had the same result.

    Sorry, just realised I should have posted this in the Hybrid bug report thread, feel free to move it over if it is a real bug.

  2. You must be a logged-in exclusive member to view this reply.

  3. Just curios: dis this option of separating comments from trackback disappear in the latest (0.7.1) version as I can't find that option anymore...

  4. You must be a logged-in exclusive member to view this reply.

  5. Any elegant solution to get this behaviour back?
    Oherwise I'll have a look at existing plugins, I know there are a couple of them around.

  6. You must be a logged-in exclusive member to view this reply.

  7. Can you please recheck your code? I understand what it is supposed to do, but its only halfway working: the pingbacks are indeed added after the comments, but they are still displayed together with the comments, thus making them appear twice :-8 - just like this: would not filter them out anymore...

  8. You must be a logged-in exclusive member to view this reply.

  9. Thanks, that fixed it.

  10. Nevermind :o)

  11. Thank you for this. Is there a way to add a title to this section (that includes pings and trackbacks), such as "Links To This Post"?

  12. You must be a logged-in exclusive member to view this reply.

  13. Thanks. Of course that opens a can of worms (for me).

    1. How to deduct the trackback/pings from the comment count?

    2. How to count the number of pings/trackbacks and display it in this text?

    3. How to change "this post" to the title of the post?

  14. You must be a logged-in exclusive member to view this reply.

  15. Oh, my goodness. I figured out how to put that in and it worked. :)

    Thanks for looking into the others for me, when you have time of course. Right now, I'm pretty pleased.

  16. Working on separating comment and pings for my theme, found this neat way to count them separately:

    <?php echo count($wp_query->comments_by_type['comment']); ?>
    <?php echo count($wp_query->comments_by_type['pingback']); ?>
    <?php echo count($wp_query->comments_by_type['trackback']); ?>

    Don't forget to global $wp_query; before them if using inside function.

    Source: http://digwp.com/2010/02/separate-comments-pingbacks-trackbacks/

    PS original post has mistyped ['comments'] instead of ['comment']

Reply

You must log in to post.

Limited Access

If you have an account, please take a moment to log in.

Non-exclusive members have limited access to the support forums.

To enjoy the full range of support, sign up for an exclusive membership in the theme club.

Support Forums

  • Hybrid Core (1,825 posts)
  • WordPress (4,093 posts)
  • Themes (6 posts)
  • Plugins (2,463 posts)
  • bbPress Themes (323 posts)
  • General Discussion (7,025 posts)
  • Bliss (256 posts)
  • Hybrid (28,641 posts)
  • Critical (133 posts)
  • Hybrid News (2,105 posts)
  • Hybrid Original (306 posts)
  • Leviathan (93 posts)
  • Life Collage (118 posts)
  • Old School (52 posts)
  • Outline (472 posts)
  • Skeleton (498 posts)
  • Structure (2,907 posts)
  • News (48 posts)
  • Options (10,402 posts)
  • Prototype (2,457 posts)
  • Retro-fitted (221 posts)
  • Trending (307 posts)
  • Visionary (778 posts)
  • Members (317 posts)
  • Cleaner Gallery (131 posts)
  • Get the Image (84 posts)
  • Message Board (23 posts)
  • Widgets Reloaded (28 posts)
  • Breadcrumb Trail (18 posts)
  • Query Posts (408 posts)
  • Hybrid Hook (47 posts)
  • Hybrid Hook Widgets (3 posts)
  • Hybrid Tabs (97 posts)