Hi
I've got a question... when PSP it's making my page titles, categories name first letter it's capitalized.
ie: category sOp it's used like this on page title: SOp
any ideas?
thanks in advance
Hi
I've got a question... when PSP it's making my page titles, categories name first letter it's capitalized.
ie: category sOp it's used like this on page title: SOp
any ideas?
thanks in advance
The plugin uses the php function 'ucwords':
$category_name = ucwords($this->internationalize(single_cat_title('',false)));
This changes the case of the first letter.
This topic has been closed to new replies.