• 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)
  • Wrong code. That looks like the meta-title – which appears in the top of the web browser window and which can’t be replaced with an image.

    Site url?

Viewing 1 replies (of 1 total)

The topic ‘Disable Blog Title’ is closed to new replies.