Hi
Can this work on single sites? I have installed it, but cannot see how to configure
Hi there.
I found a small bug in the URL check function. It leads to a wrong url creation whenever there is already a “?” char in the URL (the URL has already get params).
Lime 163:
You implemented:
if (strpos(‘?’, $url))
Should be:
if (strpos($url, ‘?’))
Then it is working correctly ??
]]>Hi,
I have a blog that is set to “private” or requires a member use a password to access. However, It seems the “private” setting also blocks RSS feed access. Is there anyway to maintain the privacy option and still access the RSS feed?
]]>I’ve been trying to generate a private feed key for my blog with your plugin, but I haven’t been able to for some reason. I suspected that there may be issues with the WP version I was using, but I’ve tried multiple WP versions at this point with no luck. When looking at the XML for the feed, it seems that a key of some sort has been generated, however, the key does not appear in the “User Profile” page. Any suggestions as to what I may be doing wrong (I do have “More Privacy Options” installed)?
Here is the feed’s XML code if it helps:
[Code moderated as per the Forum Rules. Please use the pastebin]
]]>