View Single Post
Old 02-13-2010, 02:38 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,235
if you wanted to do an automated msg with the cat name you would do something like this.

Code:
<?php if (is_category() && !is_paged()) { ?>
<?php $catid = get_query_var('cat'); ?>
<?php $catname = get_cat_name($catid);?>

<div class="message">
welcome to the archives for <?php echo $catname;?>
</div>

<?php } ?>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote