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 <[EMAIL PROTECTED]> 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 -- [EMAIL PROTECTED] http://nikc.org/ http://blog.nikc.org/ On 1/24/07, Lars K Jensen <[EMAIL PROTECTED]> wrote: > On 1/24/07, Matt Mullenweg <[EMAIL PROTECTED]> 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 > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > > > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
_______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
