← WordPress

dúvida em codigo php

Lida 1814 vezes

Offline

labfreak 
Membro
Mensagens 408 Gostos 0
Troféus totais: 27
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

pessoal, eu tenho este template instalado > http://www.mymotorola.info/ (podem ver nesse endereço)

e onde aparece em cima (no header) as imagens com Home, RSS, queria adicionar uma que diga Fórum (depois a imagem eu arranjo :P) que redereccione para a página http://www.mymotorola.info/forum/index.php (e de preferencia que abra numa nova página, mas se abrir na mesma nao e grave :P)

o código onde isso está é este:

Código: [Seleccione]
<div id="header">
<h1>
    <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>|<span class="description"><?php bloginfo('description'); ?></span>
    </h1>
    <div id="header_menu">
    <a href="<?php echo get_option('home'); ?>/"><img src="<?=bloginfo('template_url')?>/images/i_home.gif" width="89" height="28" alt="<?php bloginfo('name'); ?>" /></a>
    <a href="<?php bloginfo('rss2_url'); ?>"><img src="<?=bloginfo('template_url')?>/images/i_rss.gif" width="89" height="28" alt="RSS" /></a>
    </div>
</div>

será que alguem me pode dar uma ajudinha?! agradeço a ajuda desde ja  :+trafego:
Offline

pmlc 
Membro
Mensagens 469 Gostos 0
Feedback +2

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

Pelo que vi:

- Tens que criar uma imagem semelhante às existentes, com a palavra Forum.
Depois,
inseres uma nova linha a seguir:


Código: [Seleccione]
<a href="URL DO FORUM" target="_blank"><img src="<?=bloginfo('template_url')?>/images/NOMEDAIMAGEMFORUM.gif" width="89" height="28" alt="Forum" /></a>
Notas:
- target="_blank" - Faz com que abra uma nova janela ao clicar no FÓRUM.

Penso que seja isto.
Offline

labfreak 
Membro
Mensagens 408 Gostos 0
Troféus totais: 27
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

e isso mesmo... muito obrigado  :cool: :+trafego:
Offline

pmlc 
Membro
Mensagens 469 Gostos 0
Feedback +2

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


 :cool: