[wp-testers] Possible Bug?

Murillo Ferrari murillo.unesp at gmail.com
Mon Apr 14 00:28:44 GMT 2008


Hi.

I´m using the last trunk (#7641) with the theme gazette premium and a
translation to pt_BR (created by me). To show the pages I´m using this code:

<?php /* If this is the frontpage */ if ( is_home() ) { ?>
>                 <li class="current_page_item"><a href="<?php echo
> get_option('home'); ?>/">In&iacute;cio</a></li>
>                 <?php } else { ?>
>                 <li class="page_item"><a href="<?php echo
> get_option('home'); ?>/">In&iacute;cio</a></li>
>                 <?php } ?>
>                 <?php
> wp_list_pages('depth=1&sort_column=post_title&title_li=' . __('') . ''); ?>
>
>

The problem is that in FF the pages simples do NOT show up, and in IE 7 I
got info from the translation file...

Does anyone imagine why is this happening???

This is the image of the problem:
http://img225.imageshack.us/img225/7601/bugcy9.jpg

thanks,

Murillo.

PS: I already tried other translation and also have disabled all the
plugins, and the error is still happen.

PS2: Using <?php wp_list_pages(); ?>  the pages shown correctly, but I
really need this customization...

-- 
Murillo - Unesp Bauru

(11) 8272-3392
(11) 3992-4916 (fins de semana ou recados)


More information about the wp-testers mailing list