No, the theme was updated. I'm using it to update mine. :)

DD32 escreveu:
Not a typo, The theme just hasnt been updated to use the new tagging
functions.

Generally these things will be reported to Trac, infact, It looks like
this has allready been mentioned:
http://trac.wordpress.org/ticket/4506

Welcome to WP :)

On Tue, 28 Aug 2007 22:54:26 +1000, Alenônimo <[EMAIL PROTECTED]>
wrote:

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 &#8216;<?php
    single_*cat*_title(); ?>&#8217;</h2>

Must be replaced by:

<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
            <h2 class="pagetitle">Posts Tagged &#8216;<?php
    single_*tag*_title(); ?>&#8217;</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


_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to