Hi i have figured out easy enough how to change the title tag on the index page.
But i'd like to change the title on the category pages to match the category...
For example
The title at
Bid All Your Links - List
Is currently: Bid All Your Links - List
I would like it to be: Bid All Your Links - Paid-Directories
I found this line in list.php Is there a variable i can use in place of "List" to accomplish this?
<title><?php echo("$sitetitle");?> - List</title>
Thanks!