Title: oncidium's Replies | WordPress.org

---

# oncidium

  [  ](https://wordpress.org/support/users/oncidium/)

 *   [Profile](https://wordpress.org/support/users/oncidium/)
 *   [Topics Started](https://wordpress.org/support/users/oncidium/topics/)
 *   [Replies Created](https://wordpress.org/support/users/oncidium/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/oncidium/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/oncidium/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/oncidium/engagements/)
 *   [Favorites](https://wordpress.org/support/users/oncidium/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 93 total)

1 [2](https://wordpress.org/support/users/oncidium/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/oncidium/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/oncidium/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/oncidium/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/oncidium/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/oncidium/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] Setting options not showing up for WP Reviews](https://wordpress.org/support/topic/setting-options-not-showing-up-for-wp-reviews/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [15 years ago](https://wordpress.org/support/topic/setting-options-not-showing-up-for-wp-reviews/#post-2058568)
 * What was it because I have the same problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to edit posts](https://wordpress.org/support/topic/unable-to-edit-posts/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/unable-to-edit-posts/#post-822941)
 * I just had the same problem and the solution worked perfectly. Hope they can 
   correct this in a future revision!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [troubleshoot slow loading](https://wordpress.org/support/topic/troubleshoot-slow-loading/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/troubleshoot-slow-loading/#post-787886)
 * Got as much as I can validated…the remainder of what is there I’m not sure how
   to fix.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [troubleshoot slow loading](https://wordpress.org/support/topic/troubleshoot-slow-loading/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/troubleshoot-slow-loading/#post-787648)
 * Thanks for the help. I’m working on fixing some of the code but there are a few
   things I’m not really sure what to do with (could be theme related?) Also, what
   does ravelrything not defined mean?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [troubleshoot slow loading](https://wordpress.org/support/topic/troubleshoot-slow-loading/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/troubleshoot-slow-loading/#post-787633)
 * working on that now using the pluginhogdetector plugin to help. Still getting
   the “error on page” in ie. Forgot to post a link to blog: [http://www.divaknitting.com/blog](http://www.divaknitting.com/blog)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [troubleshoot slow loading](https://wordpress.org/support/topic/troubleshoot-slow-loading/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/troubleshoot-slow-loading/#post-787626)
 * Thanks…it’s so slow though that I’m worried a script or error somewhere might
   be causing it.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-9/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-9/#post-613134)
 * I have exactly the same error since upgrading to the latest wordpress. Any luck
   getting this fixed?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS feeds don’t work](https://wordpress.org/support/topic/rss-feeds-dont-work-1/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/rss-feeds-dont-work-1/#post-591890)
 * I disabled the wp-sticky plugin. Is that all I need to do? The feed still does
   not appear to be updating.
 * I did make a change to the functions.php file (I noticed you mentioned that somewhere
   with another feed problem) I just added the code: `//exclude category 12
 * function limit_feed() {
 * if (is_feed() && !is_category()) {
 * query_posts($query_string . “&cat=-12”);
 * }
 * }
 * add_action(‘rss2_head’,’limit_feed’);
 * //END exclude category 12` curtesy of otto42.
 * The code does exclude category 12 but it seems like I’ve been having feed issues
   every since. However, when I remove it that doesn’t fix the problem either. I
   updated my wordpress installation just to make sure that all the files are correct.
   Any other suggestions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS feeds don’t work](https://wordpress.org/support/topic/rss-feeds-dont-work-1/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/rss-feeds-dont-work-1/#post-591849)
 * My feeds seem to be a little wonky right now too but I have no idea how to fix
   it. [http://www.divaknitting.com/blog/?feed=rss2](http://www.divaknitting.com/blog/?feed=rss2)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [save once, posts multiple times](https://wordpress.org/support/topic/save-once-posts-multiple-times/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/save-once-posts-multiple-times/#post-521544)
 * I’m having the same problem. Did you figure this out?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [built in category feed will not work](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/#post-589012)
 * HOT DOG! You got it. Huge thank you!!!!!!!!!!!!!! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [built in category feed will not work](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/#post-589009)
 * Bummer. I tried changing to the default theme too and that had no effect.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Exclude a category from the display of the_category… big, usefull, old problem](https://wordpress.org/support/topic/exclude-a-category-from-the-display-of-the_category-big-usefull-old-problem/)
 *  [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/exclude-a-category-from-the-display-of-the_category-big-usefull-old-problem/#post-515404)
 * Would any of this be useful in trying to exclude a category from my feed as I
   am trying to do in this post: [http://wordpress.org/support/topic/124459](http://wordpress.org/support/topic/124459)
   Everything I have tried so far doesn’t work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [built in category feed will not work](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/#post-589005)
 * Well in that case it still isn’t working. I should have been more clear that 
   I had tried the browser too…[http://www.divaknitting.com/blog/?feed=rss2](http://www.divaknitting.com/blog/?feed=rss2)
   still shows category 12 with both the Feed Locations changed to [http://www.divaknitting.com/blog/?feed=rss2&cat=-12](http://www.divaknitting.com/blog/?feed=rss2&cat=-12)
   and the mod you specified before. Neither seems to work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [built in category feed will not work](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/)
 *  Thread Starter [oncidium](https://wordpress.org/support/users/oncidium/)
 * (@oncidium)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/built-in-category-feed-will-not-work/#post-588994)
 * DOH! I didn’t think of that! I’ll change it and leave it alone for a while to
   see if it works. Frustrating to not be able to see immediately. Do you think 
   it is better to go with your original suggestion or the Feed Locations plugin?
   I also found something about changing the .htaccess file that I tried (probably
   same cacheing problem)

Viewing 15 replies - 1 through 15 (of 93 total)

1 [2](https://wordpress.org/support/users/oncidium/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/oncidium/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/oncidium/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/oncidium/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/oncidium/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/oncidium/replies/page/2/?output_format=md)