flirt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog-by-email with apostrophesWolfangel, I just had this problem with WordPress 1.5.2. It’s very easy to solve.
Open up wp-mail.php in an editor, and search for the line that reads:
$post_data = compact( [...] );
(I’ve removed the stuff in the middle, because it’s irrelevant.)
Insert before it the following two lines:
$post_content = addslashes($post_content);
$post_title = addslashes($post_title);David
Forum: Plugins
In reply to: Semiologic opt-in front page plugin stops posts appearing in RSS feedsSo would it be the case that the only way to get a feed containing all articles would be to have an ‘all articles’ category into which every article is placed, and then direct people to that feed?
The Semiologic ‘subscribe me’ plugin that I am also using sends people to site-root/feed/ wherever they are on the site. I’m going to have to modify one or the other, aren’t I?
Forum: Fixing WordPress
In reply to: Problem adding to my RSS Feed My YahooI’m running WP 1.5.2 on two of my blogs, and I’m experiencing the same problem with my feeds as Shakhan above. People can’t add them to My Yahoo. (Not sure about My MSN and/or My Google.)
Would this situation likely be addressed by upgrading to version 2.0.2? As it stands, I have no need to upgrade right now, but if doing so will address the situation then I will do it. I’d like to solicit some opinions first, please.
David
Forum: Fixing WordPress
In reply to: Addding code to post templateFor AdSense, I find the AdSense Deluxe WordPress plugin great:
https://www.acmetech.com/blog/2005/07/26/adsense-deluxe-wordpress-plugin/
You can easily add AdSense to your posts and/or to your templates, and you can change the ads via an easy-to-use interface. You can also add code to float the text around the side of the ad. I’ve done this on my site, and it seems to be very effective.