Hi Otto,
Thanks for spending some time on my post.
I read up about pings and understand the idea, but perhaps not the implementation, yet. No matter, I'm sure when the time comes things will be clearer...
Also, I now understand that cron is a task scheduler, which answers the future posts question.
However, I still don't understand WHY I have 337 entries in my postmeta table, so I ran the following SQL command...
SELECT post_id, meta_key, COUNT(post_id) AS count FROM wp_postmeta GROUP BY post_id, meta_key
...to count the types of entry for each post_id:
post_id meta_key count
3 _encloseme 8
3 _pingme 8
4 _wp_page_template 1
5 _encloseme 28
5 _pingme 28
6 _encloseme 6
6 _pingme 6
7 intro 1
7 _encloseme 89
7 _pingme 89
8 _wp_attached_file 1
8 _wp_attachment_metadata 1
9 _wp_attached_file 1
9 _wp_attachment_metadata 1
10 _wp_attached_file 1
10 _wp_attachment_metadata 1
11 _wp_attached_file 1
11 _wp_attachment_metadata 1
12 _encloseme 15
12 _pingme 15
13 _encloseme 7
13 _pingme 7
15 intro 1
15 _encloseme 12
15 _pingme 12
16 intro 1
17 intro 1
I mean... WHY have I got EIGHT-NINE entries for post 7!! The only person who has really read this post is me (it took a LOT of editing!)
Are you saying that wp-cron SHOULD be running (and deleting them)? If not (or is broken) should I just go in and delete them myself?
I really only use WordPress as a CMS, you see.
Thanks again in advance for your help.
Cheers,
Dave