• In HungryFeed 1.6.3’s main hungryfeed.php
    at line 296, we made the filters parameter work also for feed authors by changing
    if (stripos($description,$f) !== false || stripos($title,$f) !== false)
    to
    if (stripos($description,$f) !== false || stripos($title,$f) !== false || stripos($author_name,$f) !== false)

    Use case: we’re taking a feed from a noisy source (IBM’s Jazz.net), but want the latest posts only from a particular author (who is connected to a particular listing page on our website). So, we included her name in the short code’s “filters” parameter.

    If you would enable that feature in your future releases, we could just take updates without breaking this enhancement (and managing the change to fix that). Plus, your other users might find it useful.

    Let us know what you decide please?

    Love the product – thank you!

    https://ww.wp.xz.cn/plugins/hungryfeed/

The topic ‘Filter for author field please?’ is closed to new replies.