I’ve had a chance to look into this problem and figure out what’s wrong. One of the functions is missing a line of code. Here’s how to fix it:
- Edit the following file:
category-specific-rss-feed-menu/category-specific-rss-wp.php
- Find the following line:
// Display configured categories and their RSS menu
- Insert the following code immediately before the line above:
$output = '<div id="cat_specific_rss">';
- Save your changes.
Best wishes,
Fred