Data
<?php the_date(); ?>
Hora
<?php the_time(); ?>
Título dos posts
<a href="<?php thepermalink() ?>" rel="bookmark" title="Link Permanente: <?php thetitle(); ?>"><?php the_title(); ?></a>
Arquivos
<ul><?php wpgetarchives('type=monthly'); ?></ul>Arquivos em Menu Drop Down
<ul>
<form id="archiveform" action="">
<select name="archivechrono"
onchange="window.location =
(document.forms.archiveform.archivechrono
[document.forms.archiveform.archivechrono.selectedIndex].value);">
<option value=''>Arquivos por mês</option>
<?php getarchives('monthly','','option'); ?>
</select>
</form>
</ul>Categorias
<?php wplistcats(); ?>
Categorias em Menu Drop Down
<form action="<?php echo $PHPSELF ?>" method="get"> <?php dropdowncats(); ?> <input type="submit" name="submit" value="view" /> </form>
Calendário
<?php get_calendar(); ?>
Busca
<input name="s" size="15" type="text" value="<?php echo wp_specialchars($s, 1); ?/>" /> <input type="submit" value="Busca" />
A lista de tags completas vc encontra aqui: http://codex.wordpre...g/Template_Tags
Ahh! Não esqueça, podemos trocar divulgação...Divulgue o iEvolution no seu blog.

Entrar
Cadastre-se
Ajuda
Responder

Quote


