Title: RyanW's Replies | WordPress.org

---

# RyanW

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author feed in WP 2.2 not working with FeedBurner](https://wordpress.org/support/topic/author-feed-in-wp-22-not-working-with-feedburner/)
 *  [RyanW](https://wordpress.org/support/users/ryanw/)
 * (@ryanw)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/author-feed-in-wp-22-not-working-with-feedburner/#post-586345)
 * If you are using the feedsmith plugin, it chooses whether or not (ie category
   feed) to redirect to feedburner based on this line of code
 * `if (is_feed()&& $feed != 'comments-rss2' && !is_single() && $wp->query_vars['
   category_name'] == '' && ($withcomments != 1) && trim($feedburner_settings['feedburner_url'])!
   = '')`
 * I added: && $feed != ‘atom’ to the list of criteria so that atom feeds would 
   not redirect to feedburner.
 * You might want to do the same, or some other template tag to refine the criteria
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [non-profit WP implementation with multiple sites](https://wordpress.org/support/topic/non-profit-wp-implementation-with-multiple-sites/)
 *  Thread Starter [RyanW](https://wordpress.org/support/users/ryanw/)
 * (@ryanw)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/non-profit-wp-implementation-with-multiple-sites/#post-442494)
 * Thanks for the reply! Since both options are possible, any opinioun on which 
   would be the overall best practice?
 * Use a single blog, as mentioned above, running many categories with 2 or 3 unique
   themes and sub-categories to create the appearance of almost seperate websites,
   or just use seperate blogs for the different divisions of the organization? I
   am concerned that there may be some complications or lack of functionality I 
   am overlooking if we do try to run so many things out of just one blog.

Viewing 2 replies - 1 through 2 (of 2 total)