← WordPress

Header/Banner

Lida 1649 vezes

Offline

HawK 
Membro
Mensagens 1698 Gostos 0
Feedback +8

Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Eu queria saber como trocar o seguinte texto:



Por uma imagem que quero por como banner. Alguem me ajuda ?
Offline

Tiago Martins 
Membro
Mensagens 932 Gostos 9
Feedback +4

Troféus totais: 29
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2

Caso a plataforma utilizada seja wordpress é simples.

Começa por abrir a pasta do theme e depois o ficheiro header.php, lá encontrarás um código:

<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?>

e

<?php bloginfo('description'); ?>

Normalmente estão dentro de tags <h1></h1> e <p></p>

Então APAGAS e colocas nessa área:

<a href="link"><img src="link da imagem" alt="texto da imagem" border="0"></a>

Gravas e fazes uplod do theme novamente (ou apenas do ficheiro header.php).

Done ;), Espero ter ajudado :)
Offline

HawK 
Membro
Mensagens 1698 Gostos 0
Feedback +8

Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Obrigado, ja estive a ver as coisas e acho que vou conseguir !
Offline

Tiago Martins 
Membro
Mensagens 932 Gostos 9
Feedback +4

Troféus totais: 29
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2

Obrigado, ja estive a ver as coisas e acho que vou conseguir !

Sempre às ordens, qualquer coisa apita ;)
Offline

HawK 
Membro
Mensagens 1698 Gostos 0
Feedback +8

Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Obrigado ! Consegui mesmo ! ;)