• Resolved drb05

    (@drb05)


    is anybody using this plugin? in WP 2.01?
    https://rawlinson.us/blog/?p=212
    (Feedlistplugin)

    I installed it and it is working. However it is showing old date’s feed rather than the current date. I refreshed the page, still the same.

    Any help please?

    drb

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter drb05

    (@drb05)

    and also, each refreshing the index page, shows different feeds-somtimes,current-sometimes past dates etc.

    Thread Starter drb05

    (@drb05)

    anybody please?

    Thread Starter drb05

    (@drb05)

    I got it to work. It took several hours of trial and error.

    Nnyan

    (@nnyan)

    Mine sharing how you did finally get it to work?

    Thread Starter drb05

    (@drb05)

    Make sure you play with setting in configuration part of feedlist.php (like disable random etc-it is simple, as author has clear instructions on how to do that part in the same file itself).

    Main problem, I had was where I put in the code to call the feed. I put the code in theme/yourtheme/index.php

      <?php feedList(array(“rss_feed_url”=>”https://mysite.com/forum/forum_backend.php?id=23&type=333&feed_id=71&no_cache=1&#8221;,
      “num_items”=>15,
      “show_description”=>false,
      “random”=>false,
      “sort”=>”none”,”new_window”=>true));
      ?>

    Most of the above settings are not default. for example, random-was true; sort=’asc’ like that. These settings were messing my feed. When I changed all those as above pasted code, everything works fine now.

    Hope its clear, if not post, I will help.

    drb

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘is anybody using this plugin?’ is closed to new replies.