bradgarland
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter plugin for multiple authorsAlanaJ,
Everyone figure this one out? If so, how ya do it? Thanks!
Forum: Fixing WordPress
In reply to: Comments not posting/submitting – Seems like a loopWell, with a little work I came across another article online about it maybe being a .htaccess file issue. I’d also recently used someones custom .htaccess to help with the spam and such. Looks like it helped a little too well. I ‘commented out’ the comments section and everything is back to normal, just FYI. Here was what was doing it.
# protect from spam comments
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]Forum: Fixing WordPress
In reply to: Can’t get RSS feed to workUpdate:
I deleted all files and reuploaded all wordpress related files…no change. Using a feed validator I get this too, maybe this will help.
Sorry
This feed does not validate.
*
Feeds should not be served with the “text/html” media type [help]
*
line 1, column 62: XML parsing error: <unknown>:1:62: syntax error [help]
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”><html><head>
Please help!
Forum: Fixing WordPress
In reply to: Can’t get RSS feed to workMy issue is still related to RSS but getting another issue. My RSS feed @ http://www.thedigity.com/?feed=rss2 is giving me the ‘Warning: Cannot modify header information – headers already sent by (output started at C:\Inetpub\vhosts\thedigity.com\httpdocs\Index.php:3) in C:\Inetpub\vhosts\thedigity.com\httpdocs\words\wp-rss2.php on line 8’ error but I have no idea how to fix it.
Looked through support and it seems issue is related to the 1st mentioned file (index.php) but can’t figure out how to fix it. I did add a define line in my wp-config.php file earlier today to disable caching, would that affect it? I removed it anyway and it hasn’t made a difference.
Also, it seems as if my RSS feed is working b/c I just produced a podcast and posted it and my podcatcher client caught it. Weird, any ideas?