• Resolved theotheragentm

    (@theotheragentm)


    I am using the following function to pull links from the data.

    <?php get_links('-1', '<li>', '</li>', '', FALSE, 'id', TRUE, TRUE, -1, TRUE); ?>

    For some reason, since upgrading to 2.2, I am seeing 0’s displayed after the links. Does anyone know why this is occuring?

Viewing 3 replies - 1 through 3 (of 3 total)
  • It possible this template, get_links, is working ‘better’.

    You’ll notice you have 10 parameters in your list and there are actually 11 parameters for this template tag. Also, I believe the show_rating parameter was causing the problem.

    Anyway try this:

    <?php get_links('-1', '<li>', '</li>', '', FALSE,
     'id', TRUE, FALSE, -1, FALSE, TRUE); ?>
    Thread Starter theotheragentm

    (@theotheragentm)

    That’ll do it. Thanks.

    does not work for me ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upgraded to 2.2: Seeing Problem with Blogroll’ is closed to new replies.