I've just grabbed the Wordpress 2.3 Beta 1 and found a typo in the
default theme.
In the *archive.php* file, where it's says:
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
<h2 class="pagetitle">Posts Tagged ‘<?php
single_*cat*_title(); ?>’</h2>
Must be replaced by:
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
<h2 class="pagetitle">Posts Tagged ‘<?php
single_*tag*_title(); ?>’</h2>
Or else the page won't show the tag name.
By the way, my name is Alexandre, I'm from Brazil and I'm new here.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers