← Desenvolvimento

Menu em rodapé em HTML

Lida 4306 vezes

Offline

GhostMaster 
Membro
Mensagens 1374 Gostos 0
Feedback +10

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

Boas então é o seguinte tenho um tema em wordpress e queria inserir um menu em rodapé, qual será a maneira mais facil?

eu pensei em HTML, mas não sei qual é o código para alinhar á esquerda, alguém me poderia ajudar?

Já agora o tema é este http://www.aoclarkejr.com/theme-previews/?themedemo=XSUltraBusiness

Eu queria adicionar o menu ao pé dos icones das redes sociais.

o que tenho é isto:

Código: [Seleccione]
<?php
// get theme panel options
global $options;
foreach (
$options as $value) {
if (
get_option$value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_option$value['id'] ); }
}
?>

<div id="xs-copyright">
&copy; <?php the_time('Y'?> <?php bloginfo('name'); ?>
<br />
Design by <a href="http://www.wpexplorer.com/business-wordpress-themes.html" title="Business WordPress Themes">Business WordPress Themes</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://aminhapagina.com">Menu item 1</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http:///politicas-e-termos/">Políticas e Termos</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http:///contactos/">Contactos</a>
<?php if ($xs_disable_social_links == "true") { ?>
<?php } else { ?>
<ul id="xs-social">
<li><a href="http://www.twitter.com/<?php echo $xs_twitter ?>" title="Twitter"><img src="<?php bloginfo('template_url'); ?>/images/twitter.png" alt="Twitter" /></a></li>
<li><a href="<?php echo $xs_facebook ?>" title="Facebook Page"><img src="<?php bloginfo('template_url'); ?>/images/facebook.png" alt="Facebook" /></a></li>
<li><a href="<?php echo $xs_feed ?>" title="Feed"><img src="<?php bloginfo('template_url'); ?>/images/feed.png" alt="Feed" /></a></li>
</ul><!-- /xs-social -->
<?php ?>
</div><!-- /xs-copyright -->

Obrigado.
Offline

overblue 
Membro
Mensagens 45 Gostos 0
Troféus totais: 19
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 10 Posts First Post Signature

o que pretendes alinhar á esquerda uma div, texto??
tenta float: left;
Offline

Riey 
Membro
Mensagens 1001 Gostos 0
Feedback +4

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

As propriedades de origem em html já alinham à esquerda
Offline

GhostMaster 
Membro
Mensagens 1374 Gostos 0
Feedback +10

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

As propriedades de origem em html já alinham à esquerda

Eu acabei depois por fazer, mas obrigado por ajudarem.

Cumprimentos.
Offline

Luís Salvador 
Membro
Mensagens 2068 Gostos 37
Feedback +4

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

Estou a usar esse theme num site de um cliente meu lool
Offline

GhostMaster 
Membro
Mensagens 1374 Gostos 0
Feedback +10

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

Estou a usar esse theme num site de um cliente meu lool

è excelente ;)

Bem trabalhado consegues obter resultados excelentes e está bem codado.  :grin: