authorlist = fwp_author_list(); $this->dispatch = 'feedwordpress_author_settings'; $this->filename = __FILE__; } /*static*/ function syndicated_authors_box ($page, $box = NULL) { $link = $page->link; $unfamiliar = array ('create' => '','default' => '','filter' => ''); if ($page->for_feed_settings()) : if (is_string($link->settings["unfamiliar author"])) : $key = $link->settings["unfamiliar author"]; else: $key = 'site-default'; endif; else : $key = FeedWordPress::on_unfamiliar('author'); endif; $unfamiliar[$key] = ' selected="selected"'; $match_author_by_email = !('yes' == get_option("feedwordpress_do_not_match_author_by_email")); $null_emails = FeedWordPress::null_email_set(); // Hey ho, let's go... ?>
| New authors | Authors who haven't been syndicated before | ||||
|---|---|---|---|---|---|
| Syndicated authors | For attributing posts by specific authors. Blank out a name to delete the rule. Fill in a new name at the bottom to create a new rule.
|
||||
| Matching Authors |
|
| Fixing mis-matched authors: | Take all the posts from this feed attributed to and instead named |
|---|
Syndicated author settings updated.