Forums
(@astone9)
14 years, 1 month ago
I did a little research and im unablt to use str_replace because the_permalink() prints the output therefore i can not edit it with str_replace.
<a href="<?php str_replace(".com/", ".com/game-", the_permalink()) ?>">link</a>
please help me