cwapshere
Forum Replies Created
-
I’m also having a problem. The Popular Posts widget now just displays a heading with nothing listed underneath. I’m not sure when it broke. I did recently update to WP 3.1. I have no messages about problems with my stats and I can see my post stats in my dashboard.
Me too. Was hoping to find a fix here. Have just upgraded to 1.04 and it’s exactly the same problem. I’m on worpress 3.0.2. Thanks
Forum: Plugins
In reply to: Private Only and RSSNo need to answer – it was easy. I just had to change
if (!is_user_logged_in()) {
auth_redirect();
}to
if (!is_user_logged_in() and !is_feed()) {
auth_redirect();
}Forum: Fixing WordPress
In reply to: weird trackback spam – is this a virus?I have subsequently received a pile of comment spam on the same post. I was using the WordPress captcha but no login to comment.
Forum: Fixing WordPress
In reply to: weird trackback spam – is this a virus?I don’t know but I got one too – also linking a blogger site that doesn’t seem to exist.
Forum: Plugins
In reply to: [Plugin: Feed Reading Blogroll] Max number of bookmarksThanks for that! Also it looks like I did have the 755 problem – though I hadn’t initially checked for that because I was getting a message saying I didn’t need write rights anymore – so I had assumed the rights were 777 when they were in fact 755.
Thanks again for the help and the great plugin.
Carol
Forum: Fixing WordPress
In reply to: RSS Not Showing Full TextThis is happening to me too on 2.3.2. It’s certainly got nothing to do with firefox as it’s same in IE and Outlook.
https://www.wapshere.com/missmiis/?feed=rss
Like the others here I have selected “full text” under options -> reading, and I’m not using <!–more–>.
I made the change descibed above to the rss2 file and now that feed is working correctly.
https://www.wapshere.com/missmiis/?feed=rss2
I would definitely call that a bug!
Carol
PS Looks like there is some sort of firefox issue, but I was also testing this in IE and Outlook, and changing that line has fixed the problem.
Forum: Plugins
In reply to: need help installing dlc-relatedI’m now on 2.3.2 and had to re-add this line (which is why I came back to this post) and it’s working again.
Carol
Forum: Fixing WordPress
In reply to: wp_list_pages depthAh, ok, yes I guess I am. Any hints on what I need to do in that case?
Thanks,
CarolForum: Plugins
In reply to: need help installing dlc-relatedDon’t worry – I worked it out.
Why is it SO hard for a document to spell it out like this:
“Edit your index.php, adding the following lines before the end of the while loop
-
<?php dlc_related(); ?>
“
Anyway, that’s what I did in case anyone wants to know.
Carol