• Resolved jhsu79

    (@jhsu79)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;

    Thread Starter jhsu79

    (@jhsu79)

    Works great. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Delicious for WordPress] not showing bookmarks past…’ is closed to new replies.