etanisla
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Hotlink protection or htaccess?Use the cpanel method first. Then you can look into your .htaccess file to see how the format is supposed to be.
A lot of the cpanel methods are editing the .htaccess file. The drawback is they are plain entries. The plus is you can see how Things Are Supposed To Be(tm), and you can customize the file by hand afterwards.
Forum: Everything else WordPress
In reply to: Hotlink protection or htaccess?The cpanel function is the easy way to enter the proper code into .htaccess to prevent image linking.
Forum: Fixing WordPress
In reply to: Title link changing with each post.The “tisket” stuff is a hidden honeypot link for misbehaving robots. That whole directory is disallowed in robots.txt, so only misbehaving robots will pull that link. I’ve actually caught (and subsequently ip-banned) a few robots that way.
I had completely forgotten about that. I wonder…
@xircom: If you start on the http://www.carelessthought.com/index.php, then the title link is http://www.carelessthought.com as is appropriate. But once you click on a post, (say “Call for Suggestions, post #137), then the link titled “Careless Thought” becomes http://www.carelessthought.com/index.php?p=137. The title does not link back to ../index.php.
Is this the intended behavior of WP 1.2? I was under the impression that the title of the blog is supposed to link back to the ‘front page’.
But I will take out that honeypot link. Just in case…