Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Fred Chapman

    (@fwchapman)

    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:

    1. Edit the following file:
      category-specific-rss-feed-menu/category-specific-rss-wp.php
    2. Find the following line:
      // Display configured categories and their RSS menu
    3. Insert the following code immediately before the line above:
      $output = '<div id="cat_specific_rss">';
    4. Save your changes.

    Best wishes,

    Fred

    Thread Starter Fred Chapman

    (@fwchapman)

    P.S. This is not a problem if you are displaying all categories. The problem occurs only if you are displaying your own list of specified categories.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Category Specific RSS feed Subscription] Version 1.4 doesn't respond to CSS changes’ is closed to new replies.