Adcionar Imagem ao Invés do Título
-
Bom galera, criei meu próprio theme para WordPress, mas ele está só a caveira (sem imagem nenhuma), vou editando ele aos poucos e por partes. Então gostaria de saber como eu adciono uma imagem no lugar do título do site, a imagem que irei usar irá ficar na pasta images dentro da pasta do tema.
meu site:
meu header.php:<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” xmlns:og=”http://opengraphprotocol.org/schema/” xmlns:fb=”http://www.facebook.com/2008/fbml”>
<head><link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title(”); ?></title>
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php if ( is_singular() && get_option( ‘thread_comments’ ) ) wp_enqueue_script( ‘comment-reply’ ); wp_head(); ?></head>
<body>
<div id=”corpo”>
<div id=”header”>
<h1><?php bloginfo(‘name’); ?></h1>
<h2><?php bloginfo(‘description’); ?></h2><ul id=”nav”>
<?php wp_list_cats(‘sort_column=name’); ?></div>
Agradecido !!
- O tópico ‘Adcionar Imagem ao Invés do Título’ está fechado para novas respostas.