• In .72 I was using the following to show me when other blogs are updated:

    <?php get_links(5, ‘

    • ‘, ‘
    • ‘, ”, 0, ‘_updated’, 0, 0, -1, -1)?>

    But it doesn’t seem to work in 1.0.1. What has changed and what is the appropriate code for 1.0.1?

Viewing 7 replies - 1 through 7 (of 7 total)
  • do you have the code that pings weblogs.com in your header? I can’t remember what it is off the top of my head but if you have a copy of your old template it should be in there.

    in short, try changing the last parameter from ‘-1’ to ‘1’.

    Cena, I did it while I was working on it. ??

    Thread Starter debwire

    (@debwire)

    Wow.. Thank you LL. Uhm, is the above code going to utilize my links_recently_updated_append settings, which I’ve set to *** after each updated link? That’s basically what it isn’t doing in 1.x. It doesn’t seem to be doing it no matter which get_links variation I use.

    I know I am nitpicking, but did the size of the weblogs.com.changes.cache change or is it still 0?
    Also, is this line uncommented in your index.php?
    // Uncomment the next line if you want to track blog updates from weblogs.com
    //include_once(ABSPATH.WPINC.’/links-update-xml.php’);
    So it should look like:
    // Uncomment the next line if you want to track blog updates from weblogs.com
    include_once(ABSPATH.WPINC.’/links-update-xml.php’);

    that’s what I meant by ‘the code that pings weblogs.com’! I thought you said that wasn’t needed anymore?

    Aha. I was wrong then. I apologize.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Links “Updated” in 1.0.1’ is closed to new replies.