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

  • Core Framework (54 posts)
  • Hybrid Theme (22,711 posts)
  • Bliss Theme (255 posts)
  • Options Theme (10,362 posts)
  • Visionary Theme (767 posts)
  • WordPress (144 posts)
  • WordPress Plugins (2,146 posts)
  • bbPress Themes (308 posts)
  • General Discussion (5,572 posts)
  • Critical Theme (0 posts)
  • Hybrid News Theme (132 posts)
  • Hybrid Original Theme (26 posts)
  • Leviathan Theme (16 posts)
  • Life Collage Theme (9 posts)
  • Old School Theme (3 posts)
  • Outline Theme (108 posts)
  • Skeleton Theme (40 posts)
  • Structure Theme (2,768 posts)
  • Members Plugin (2 posts)
  • Cleaner Gallery Plugin (14 posts)
  • Get the Image Plugin (3 posts)
  • Message Board Plugin (0 posts)
  • Widgets Reloaded Plugin (0 posts)
  • Breadcrumb Trail Plugin (0 posts)
  • Query Posts Plugin (80 posts)
  • Hybrid Hook Plugin (7 posts)
  • Hybrid Hook Widgets Plugin (0 posts)
  • Hybrid Tabs (5 posts)