lifeisrisky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding trackbacks after a post has been published?Whooami thanks for the response. I should have stated the parameters I used for my test.
Test 1
Production blog:
1. Created a new post, added the followingTest Post Link
2. Saved the postResult
Ping showed up correctly under comment moderation for Test.Com
Pings already sent showedhttp://test.com/test/?p=6Test 2
Production blog:
1. Edited the a new post, added the followingTest Post Link #2
2. Saved the postResult
Ping did not show up under comment moderation.
Pings already sent showedhttp://test.com/test/?p=6andhttp://test.com/test/?p=7I repeated this same test from my test blog to my production blog. The results were exactly the same. For some reason it appears when you edit a post the ping isn’t getting sent even though the post says that it is.
Hope that makes it clearer.
Forum: Fixing WordPress
In reply to: Trackbacks and pingbacks?Otto thank you I feel much better now. Glad to know I my blog isn’t broken, it simply wasn’t designed to do that. I appreciate it. This is unfortunate though, because it seems like that would be a great way to reference posts and follow comments.
Forum: Fixing WordPress
In reply to: Trackbacks and pingbacks?That makes perfect sense. I have a test blog and have all the options checked around “Allow link notifications from other Weblogs (pingbacks and trackbacks.)” set on both blogs. When I post a comment on the test blog with a reference in the comment itself to the “trackback” link on the other blog, the trackback doesn’t show up. I have tried posting from both blogs in the comment section to no avail. Now I can put the exact same link in the actual post and it shows up as a trackback/pingback just not when it is in the comments. I have the DoFollow plugin installed on both blogs as well.
Help???Forum: Themes and Templates
In reply to: Reusing Kubrick codeThank you very much MichaelH I appreciate the information.
Forum: Fixing WordPress
In reply to: How can I verify ping worked?Any suggestions ?
Forum: Fixing WordPress
In reply to: Indexing of Private Pagesthanks for the reply. Disregarding the plugin info. *smile*
Forum: Fixing WordPress
In reply to: Changing Permalinks questionHere is my current .htaccess file and I have tried everything to make it work but so far no joy.
RewriteEngine On RewriteCond %{HTTP_HOST} ^lifeisrisky.com [nc] RewriteRule (.*) http://www.lifeisrisky.com/$1 [R=301,L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress