Quantcast
Channel: Vevioz Developers
Viewing all articles
Browse latest Browse all 79

How to change wordpress logo with external image link?

$
0
0
edit inc/template-tags.php

With custom ALT
PHP:
echo '<img src="https://imgbb.com/img/images.png" alt="your alt" title="' . esc_html( get_bloginfo( 'name' ) ) . '" />';

Default ALT
PHP:
echo '<img src="https://1757140519.rsc.cdn77.org/blog/wp-content/uploads/2018/05/1-google-logo.png" alt="' . esc_html( get_bloginfo( 'name' ) ) . '" title="' . esc_html( get_bloginfo( 'name' ) ) . '" />';

Viewing all articles
Browse latest Browse all 79

Latest Images

Trending Articles





Latest Images