Quote:
Originally Posted by bradleyhebdon
Wow, that is a workaround -- not really a fix. If you have a hundred categories, NOT ideal.
|
The workaround is specifically when you need a different title than the default for a specific category like in the example you mentioned (Retro Wedding Dresses instead of Wedding).
You don't need to define titles for all category IDs.
The category ids you don't specify automatically get the default title - that is the title which is specified in the else clause.
Code:
...
else { ?>
<title>[category.name] - Vintage Shopper</title>
<?php } ?>
Quote:
Originally Posted by bradleyhebdon
Surely this issue has been brought up by other customers? Would you guys consider my solution to the problem please?
|
What's the difference with your solution: "add a page title field" versus the suggested workaround?
If you have a hundred categories, you would also have to enter 100 times a different title into a field if you want another title than the default.
About the same amount of work just another implementation.