How to manually trigger pingback/trackback?
-
Hi,
I migrated from my old homemade cms to WordPress by manually populating the database. Several pages are based on the static-page-extended plugin. Due to some conventions introduced in this migration process, I sometimes even write posts by patching the database. However this way I some WordPress actions don’t get triggered. One of them seems to be the ping ot other sites. Therefore my question:
How do I manually trigger the ping in WordPress?
- Do I have to fill in the field “
wp_posts.to_ping
“? - Should I run “
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES ('$new_post_ID','_pingme','1');
“? - Can I trigger then
spawn_pinger()
?
Christian
- Do I have to fill in the field “
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to manually trigger pingback/trackback?’ is closed to new replies.