Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • tonedef

    (@tonedef)

    Hi,

    I want to do the same thing on my blog.

    But I cant fine the code wp_list_pages anywhere in my header.php file.

    This is my blog:

    https://worldofwarcraftgamer.com/

    I also noticed that my home button does not seem to work. Can anyone help me?

    Thanks

    tonedef

    (@tonedef)

    Hi,

    Can anyone help me?

    I don’t seem to have that coded like that.

    This is what I found in my header.php file:

    <div class="Header">
     <div class="Header-c"></div>
    <div class="logo">
     <h1 id="name-text" class="logo-name"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
     <div id="slogan-text" class="logo-text"><?php bloginfo('description'); ?></div>
    </div>
    
    </div>
    <div class="nav">
     <ul class="artmenu">
      <?php art_menu_items(); ?>
     </ul>
     <div class="l"></div>
     <div class="r"><div></div></div>
    </div>

    What am I supposed to edit to make my header image clickable?

    Thanks

    Lyndon

Viewing 2 replies - 1 through 2 (of 2 total)