Forums
(@fireineyes)
17 years, 4 months ago
I have also tried it without the $file = basename($path); like this…
$path = wp_title(''); $car = ucwords($path); $carplus = str_replace(" ", "+", $car); // replace space with + echo '<h1>'.$carplus.'</h1>';
No luck..