Quantcast
Channel: [Plugin: Category Specific RSS feed Subscription] Version 1.4 doesn't respond to CSS changes | WordPress.org
Viewing all articles
Browse latest Browse all 6

Reply To: [Plugin: Category Specific RSS feed Subscription] Version 1.4 doesn't respond to CSS changes

$
0
0

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


Viewing all articles
Browse latest Browse all 6

Trending Articles