spoonervt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rss feed – redirect errorsuuggg I think the problem stems from the host. As I was able to copy all of the files over to another host – use the same plugins and themes and everything works fine.
thanks to moshu — and good luck finishing your book! Obv the WP community needs it!!!
Forum: Fixing WordPress
In reply to: RSS won’t worksounds like you have an extra return or blank space in the top of one of your files..
check the feed-rss2.php and delete all spaces/returns before the first <?php
Forum: Fixing WordPress
In reply to: rss feed – redirect errorshmm really?
http://www.pupstyle.com/?feed=rss2
I get redirected to this page:
feed://feeds.feedburner.com/pupstyle
which lists the feeds for the main site..the real issue at hand is the Feed here:
http://www.pupstyle.com/2/?feed=rss2but it sounds like either there is a host issue or a browser problem with the main site – let alone the development site /2/
can anyone else try visiting this link:
http://www.pupstyle.com/?feed=rss2and see if you get a blank page or a feedburner redirect?
thanks moshu for the help!
JonForum: Fixing WordPress
In reply to: rss feed – redirect errorsreally? I just did it and while it has a handful of warnings it does validate.
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.pupstyle.com%2F%3Ffeed%3Drss2
Forum: Fixing WordPress
In reply to: How do I remove <p> from the_content ?or if you go into
wp-includes/default-filters.phpyou can edit around line: 123
add_filter('the_content', 'wpautop');and just comment that out with //
//add_filter('the_content', 'wpautop');voila! no plug in overhead and no more <P> tags messing up your images
Forum: Plugins
In reply to: adding checkboxes to post.phpcan someone at least tell me how to phrase this correctly so I can search for this type of solution in the codex?