• <?php
    if (is_single())
    {
    echo 'This is just one of many fabulous entries in the ' . single_cat_title() . ' category!';
    }
    ?>

    for single posts?

The topic ‘Why is this not working in WP 2.1’ is closed to new replies.