[wp-testers] Blogroll dissappear after 2.1 Upgrade!

Dov MD dovmd1 at gmail.com
Wed Jan 24 15:59:15 GMT 2007


I found a way to make it work!

get_links don´t have any answer in WP 2.1, but if you change if for
bookmarks, i did it with this code: <?php wp_list_bookmarks(); ?> and works.

Of course it requires some works after to give it the visual finishing it
have before!



On 1/24/07, Nikke <nikc at iki.fi> wrote:
>
> Same "problem" here.
>
> As I understood it, the links (link categories?) in WP2.0-series were
> merged with Post Categories in WP2.1, and thus the ID:s might change.
>
> /Nikke
> --
> nikc at iki.fi
> http://nikc.org/
> http://blog.nikc.org/
>
> On 1/24/07, Lars K Jensen <larskjensen at gmail.com> wrote:
> > On 1/24/07, Matt Mullenweg <m at mullenweg.com> wrote:
> > >
> > > Dov MD wrote:
> > > > This the the part of the code refering to:
> > > >
> > > > <?php wp_get_links(1); ?>
> > > >
> > > > There is a <?php wp_get_links(2); ?> & <?php wp_get_links(3); ?>
> that
> > > are
> > > > working properly. I cannot figure what's going on here...
> > >
> > > The IDs might have changed, could you check that?
> >
> >
> >
> > I had the same problem with my blogrolls, and changing the ID in the
> > get_links call made it work again.
> >
> > // Lars
> >
> >
> > --
> > Blogger at Nyhedsmagasinet Ingeniøren
> > (Engineering Weekly / The Engineer)
> >
> > Student at Danmarks Journalisthøjskole
> > (Danish School of Journalism)
> >
> > My weblogs (blogs):
> > www.ing.dk/byteme (DK)
> > www.blogcentral.dk/newmedia (EN)
> >
> > My blog-/siteroll:
> > http://www.bloglines.com/public/larskjensen
> >
> > _______________________________________________
> > wp-testers mailing list
> > wp-testers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
> >
> >
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list