Imagem no topo
-
Olá pessoal,
troquei de tema recentemente e não estou conseguindo colocar uma imagem no topo do meu site.
Na verdade eu não sei o local do código que eu tenho que colocar o link da imagem.Segue abaixo o código header.php do meu tema:
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <title><?php bloginfo('name'); ?></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="WordPress Themes, Blog Design, and Web Development" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" /> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/imghover.js"> </script> <link rel="alternate" type="application/rss+xml" title="WPGeek Posts RSS feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="alternate" type="application/rss+xml" href="http://www.wpdesigner.com/comments/feed/" title="WPGeek Comments RSS feed" /> <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/x-icon" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body> <div class="BGC"> <!-- start header --> <div class="Header"> <h1><a>/"><?php bloginfo('name'); ?></a></h1> <div class="desc"><?php bloginfo('description'); ?></div> <div class="Menu"> <ul> <li><a>" class="<?php if (is_home() || is_single()) {echo ' active';} ?>"><span>Homepage</span></a></li> <?php wp_list_pages2(); ?> </ul> </div> <!-- end of menu --> </div> <!-- end of header --> "
Agradeço desde já e aguardo resposta.
Visualizando 4 respostas - 1 até 4 (de um total de 4)
Visualizando 4 respostas - 1 até 4 (de um total de 4)
- O tópico ‘Imagem no topo’ está fechado para novas respostas.