Forums

[resolved] [Plugin: Delicious for WordPress] not showing bookmarks past... (3 posts)

  1. jhsu79
    Member
    Posted 2 years ago #

    I just set this plugin to work on my links page, so I am using this code in the links.php template:
    <?php delicious_bookmarks('ib4b', 50, true, false, true, '', true, '', false, false); ?>

    As you can see I have the number of posts set to 50, but on the links page it does not display past 15.

    If I put less than 15 it shows the correct number, but anything more and it doesn't display it.

    Any help?

    Thanks!

  2. rayzor2k
    Member
    Posted 2 years ago #

    I just noticed the same thing today and came across this post. I did some digging and found delicious must have changed something (not sure when).

    Here's the fix:
    Open up delicious.php.
    After line 60 put this:

    $rss .= '?count='.$num;
  3. jhsu79
    Member
    Posted 2 years ago #

    Works great. Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic