[wp-testers] Parameter issue?

Andy Holtzmann designdroide at gmail.com
Sat Nov 25 03:00:50 GMT 2006


Craig wrote:
> I have a theme with the following code in the sidebar.php file:
>
> <?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?>
>
> I want it to NOT display link descriptions, so I change it to this:
>
> <?php get_links('-1', '<li>', '</li>', '', 0, 'name', FALSE, 0, 0, -1, 
> 0);
> ?>
>
> The result is that my blogroll does not show up at all. Is this due to 
> code
> changes in 2.1 Alpha 3 or is it because I simply don't know what the hell
> I'm doing? :)
>
> Craig.
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
Just a thought maybe it is your theme. is your theme an older version of
like built for 1.2 or 1.5 that might be it. try to change your theme to 
a new one built for 2.0.5. tell me if it works


More information about the wp-testers mailing list