Trackback Issues
-
I’m running WordPress 1.0.2 Blakely. I have Trackbacks and
Pingbacks set to “True” in the Options.
My mod_rewrite looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/
?([0-9a-z-]+)?/?([0-9]+)?/?$ /index.php?year=$1
&monthnum=$2&day=$3&
name=$4
&page=$5 [QSA]
RewriteRule ^archives/category/?(.*) /index.php?
category_name=$1 [QSA]
My problem is recieving trackbacks sent from other blogs.
I can send them with no problem – and when I send them,
the link appears in their comment/trackback area.
However, when someone trackbacks a post of mine – –
their trackback does not show in my comments and I do
not receive an email alerting me of their linkage.
It works occassionaly – – but very infrequently. People who
used to be able to have their trackbacks show on my blog
(in my old MT) worked just fine – but now those same people
cannot do it now that I’ve switched to WordPress.
I’ve seen this posted in this forum quite a few times and none
of the “fixes” offered up seem to work for me.
Has anyone come up with a fix for this issue?
IS there a fix for this issue?
Ideas? Suggestions? Advice?
Much thanks in advance!
- The topic ‘Trackback Issues’ is closed to new replies.