= 4772) : $results = get_categories(array( "type" => 'link', "hide_empty" => false, )); // Guarantee that the Contributors category will be in the drop-down chooser, even if it is empty. $found_link_category_id = false; foreach ($results as $row) : if ($row->cat_id == $cat_id) : $found_link_category_id = true; endif; endforeach; if (!$found_link_category_id) : $results[] = get_category($cat_id); endif; else : $results = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $wpdb->linkcategories ORDER BY cat_id"); endif; $cats = array_map('trim', preg_split(FEEDWORDPRESS_CAT_SEPARATOR_PATTERN, get_option('feedwordpress_syndication_cats')) ); $dogs = SyndicatedPost::category_ids($cats, /*unfamiliar=*/ NULL); $tags = array_map('trim', preg_split(FEEDWORDPRESS_CAT_SEPARATOR_PATTERN, get_option('feedwordpress_syndication_tags')) ); if (fwp_test_wp_version(FWP_SCHEMA_27)) : $icon = '
'; else : $icon = ''; endif; if (fwp_test_wp_version(FWP_SCHEMA_26)) : $options = __('Settings'); else : $options = __('Options'); endif; ?>

Syndication

Syndicated Link category: "; foreach ($results as $row) : if (!isset($row->cat_id)) : $row->cat_id = $row->cat_ID; endif; echo "\n\t\n"; endforeach; echo "\n\n"; ?>
Check for updates:
:
Feed information:
  • /> Update the contributor title when the feed title changes
  • /> Update when contributor description if the feed tagline changes
  • /> Update the contributor homepage when the feed link changes
Update notices:
Debugging mode:

When debugging mode is ON, FeedWordPress displays many diagnostic error messages, warnings, and notices that are ordinarily suppressed, and turns off all caching of feeds. Use with caution: this setting is absolutely inappropriate for a production server.

Guid index:

Creating this index may significantly improve performance on some large FeedWordPress installations.