• Resolved Mohney20

    (@mohney20)


    Good Morning,

    I began using the JP’s Get RSS Feed plugin this morning and am immensely satisfied with it thus far.

    I have a quick question that I hope you may be able to answer. I cannot display more than 10 items in my feed, is there an item limit embedded in the plugin or do think it may be interference from the WordPress core files or another plugin?

    Thank you.

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

    (@mohney20)

    I overcomplicated a very simple problem, to change the max display number go to Settings > Reading and change the value of Syndication feeds show the most recent __ items.

    This did not seem to help at first because wordpress only refresh feeds every 12 hours.

    That problem can be fixed by adding
    add_filter( 'wp_feed_cache_transient_lifetime', create_function('$a', 'return 1800;') );
    to the function.php file, this will make wordpress refresh feeds every 30 minutes.

    Plugin Author jp2112

    (@jp2112)

    Good work! You can request any number of items, but if the feed only includes 10 articles, you can only get that many. I’ll add both of these items to the FAQ.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extend Display Limit’ is closed to new replies.