Wsparcie » Motywy » Zdjęcie w nagłówku jako odnośnik

  • Cześć 🙂
    Mam mały problem. Chciałbym ustawić zdjęcie z nagłówka jako odnośnik do strony głównej ( klikam na zdjęcie i przenoszę się na stronę główną strony). Wiem, że powinienem gdzieś zagnieździć link jako href=” ale nie mam pojęcia gdzie. Używam motywu Snaps.
    Kawałek kodu z header.php

    <?php $header_image = get_header_image(); ?>
    
    	<header id="masthead" class="site-header" role="banner" <?php if ( ! empty( $header_image ) ) { ?>style="background:url(<?php header_image() ; ?>) no-repeat center center; background-size: cover; height:<?php echo get_custom_header()->height; ?>px;" <?php } ?>>

    Bardzo proszę o pomoc 🙂

Viewing 1 replies (of 1 total)
  • Możesz sprobować…

    <?php $header_image = get_header_image(); ?>
    <a href="ADRES_URL">
    <header id="masthead" class="site-header" role="banner" <?php if ( ! empty( $header_image ) ) { ?>style="background:url(<?php header_image() ; ?>) no-repeat center center; background-size: cover; height:<?php echo get_custom_header()->height; ?>px;" <?php } ?>>
    </a>

Viewing 1 replies (of 1 total)
  • Temat ‘Zdjęcie w nagłówku jako odnośnik’ jest zamknięty na nowe odpowiedzi.