• Hi, I need to connect wordpress database with external database. In fact, i need URL and title of post to be written to that db. I think that best solution is to create own parser for trackbacks and then use them.
    However, I have some problems with them. I have 2 wp sites, on different hostings, lets call them A and B and then test page T which writes content of $_SERVER and $_REQUEST variable to file. T is on the same hosting as web B.

    I have these “statuses”:
    Trackback A -> T – i see that page was accessed by wordpress but I have no content
    A -> B – trackback is properly saved
    B -> T – trackback info is properly written to file
    B -> A – nothing happen

    Do you have any idea where the problem could be?

  • The topic ‘Trackbacks content’ is closed to new replies.