Exporting the trackback links from the wordpress comments queue?

by 8 replies
10
I need a way to export all the trackback links from the wordpress comments queue.

But just the trackback ones, not the spammy comments with links in them.
Is there a plugin or something else for that?
#search engine optimization #comments #exporting #links #queue #trackback #wordpress
  • Please?
  • To export where?

    Why don't you delete the spam first, so that you have only real feedback there...?
  • to a whatever list
    just the urls of the sites sent trackbacks (linking to me)
  • Post in the Programming Talk subforum and ask for somebody with MySQL query knowledge.

    You will need a query that lists only the commen_type = trackback.
  • i can do that, but i was looking for an automated/ready solution
  • Learn MySQL

    go to your phpMyadmin > select the database > click the wp_comments on the left
    Click "Search" on the top - and leave all the fields selected

    In the field where it says: Add search conditions (body of the "where" clause): - type this:
    comment_type = "trackback"
    Hit the GO button next to it...

    It should list only the TBs.

    Then select all and Export.
    • [ 1 ] Thanks
  • Thanks
    Seems that it can also be exported to excel and do whatever you want then
    pretty cool!
  • Hi Fking,

    I've been looking for something similar, found a cool tool promoted by a fellow warrior:

    http://www.warriorforum.com/warrior-...w-ama-fts.html

    The tool looks rock star, I will test it out next week.

    Hope this helps

Next Topics on Trending Feed