[wp-testers] Kubrick's Tag Archive typo

Alenônimo alexandre at alenonimo.com.br
Tue Aug 28 12:54:26 GMT 2007


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.



More information about the wp-testers mailing list