Skip to content

Commit

Permalink
Add Reviews RSS feed to HTML head
Browse files Browse the repository at this point in the history
  • Loading branch information
markbarnes committed Feb 26, 2018
1 parent c0a57c0 commit c0f51dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ public static function get_article_list_box($content, $make_first_image_bigger =
*/
public static function add_rss_feeds() {
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Evangelical Magazine Articles\" href=\"".get_post_type_archive_feed_link('em_article')."\" />\r\n";
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Evangelical Magazine Reviews\" href=\"".get_post_type_archive_feed_link('em_review')."\" />\r\n";
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Evangelical Magazine Issues\" href=\"".get_post_type_archive_feed_link('em_issue')."\" />\r\n";
}

Expand Down

0 comments on commit c0f51dd

Please sign in to comment.