Hi;
Firstly, my english is very bad :) I'm sorry..
I'm trying to explain my problem.
I'm adding tags.
Sample tag: "prison break"
It has been: "http://www.domain.com/tag/prison-break"
But, that is happening: "http://www.domain.com/tag/prison break"
There is space between two words.
I found that inside single.php:
<?php if($tags != "") { foreach($tags as $t) {?> <a href="<?php bloginfo("url");?>/tag/<?php echo $t->name;?>"><?php echo $t->name.",";?></a> <?php } }?>
Can you help me?
Thank you for your help.
Once again, sorry for my English.