3 Mart 2017 Cuma

Alien Ship ile Wordpress Thema - Logo Ekleme



WordPress Themanızın içerisine logonuzu eklemeniz için header.php sayfasının içerisine aşağıdaki kodu eklemeniz gerekmektedir.

<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
if ( function_exists( 'the_custom_logo' ) ) {
the_custom_logo();
}
?>
</a>

Hiç yorum yok:

Yorum Gönder