[themes] How to show titles of content in taxonomy page?

Steve Ringwood nevets at mailbag.com
Wed Oct 11 18:31:11 UTC 2006


Jody

	You want to print it conditionally based on the page variable

	Something like this

<?php if ($page == 0) { ?><h2 class="title"><?php print
$title?></h2><?php }; ?>

	Or as link, like this

<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print
$node_url?>"><?php print $title?></a></h2><?php }; ?>






More information about the themes mailing list