Disable Blog Title
-
How do I disable blog title in wordpress and replace with my own image?
Not sure if this is the code but it’s template sliding door and I am looking at
<title><?php
$replacethese = array(‘[‘,’]’);
$replacewith = array(‘ ‘,’ ‘);
echo str_replace($replacethese, $replacewith, get_bloginfo(‘title’)); ?>Thanks
Dave
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Disable Blog Title’ is closed to new replies.